fredboniface.co.uk/page-blocks/head-img.php

11 lines
379 B
PHP

<div class="header_image" id="header_index"> <!-- id needs to match $page_title and CSS adjusting -->
<div id="page_title" class="hide_micro">
<?php
global $page_title;
if (strcmp($page_title, 'home') == 0){
include "./php/head-img-face.php";
} ?>
<h1><?php echo ucwords($page_title); ?></h1> <!-- Apply Title Case To This Output -->
</div>
</div>