Further fix?

This commit is contained in:
Fred Boniface 2022-10-29 20:59:56 +01:00
parent 17ad2f2539
commit 2ffaa25482
1 changed files with 3 additions and 1 deletions

View File

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