Add comment to fix error

This commit is contained in:
Fred Boniface 2022-10-29 21:14:22 +01:00
parent d2a2a42fd5
commit d4992014f8
1 changed files with 2 additions and 3 deletions

View File

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