Fix if statement

This commit is contained in:
Fred Boniface 2022-10-29 20:52:54 +01:00
parent e649227df3
commit b6ba2c67b8
1 changed files with 2 additions and 2 deletions

View File

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