2022-10-29 20:44:47 +01:00
|
|
|
<div class="header_image" id="header_index"> <!-- id needs to match $page_title and CSS adjusting -->
|
|
|
|
<div id="page_title" class="hide_micro">
|
2022-10-29 20:52:54 +01:00
|
|
|
|
2022-10-29 20:57:04 +01:00
|
|
|
<?php if (strcmp($page_title, 'home') == 0){
|
2022-10-29 20:52:20 +01:00
|
|
|
include "./php/head-img-face.php";
|
|
|
|
} ?>
|
2022-10-29 20:47:00 +01:00
|
|
|
<h1><?php echo $page_title; ?></h1> <!-- Apply Title Case To This Output -->
|
2022-10-29 20:44:47 +01:00
|
|
|
</div>
|
|
|
|
</div>
|