9 lines
347 B
PHP
9 lines
347 B
PHP
<div class="header_image" id="<?php echo $page_title; ?>">
|
|
<div id="page_title" class="hide_micro">
|
|
<?php
|
|
if (strcmp($page_title, 'home') == 0){
|
|
include "./page-blocks/head-img-face.php";
|
|
} ?> <!-- THIS IS NOT WORKING. img-face IS NOT BEING INCLUDED!!! -->
|
|
<h1><?php echo ucwords($page_title); ?></h1>
|
|
</div>
|
|
</div>
|