Attempt face image fix

This commit is contained in:
Fred Boniface 2022-10-29 21:12:06 +01:00
parent 738946133c
commit d2a2a42fd5
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
<div class="header_image" id="<?php echo $page_title; ?>"> <div class="header_image" id="<?php echo $page_title; ?>">
<div id="page_title" class="hide_micro"> <div id="page_title" class="hide_micro">
<?php <?php
global $page_title; global $page_title;
if (strcmp($page_title, 'home') == 0){ if (strcmp($page_title, 'home') == 0){
include "./php/head-img-face.php"; include "./head-img-face.php";
} ?> } ?>
<h1><?php echo ucwords($page_title); ?></h1> <h1><?php echo ucwords($page_title); ?></h1>
</div> </div>