remake #2

Merged
fred.boniface merged 21 commits from remake into main 2022-10-30 20:07:18 +00:00
Showing only changes of commit 17ad2f2539 - Show all commits

View File

@ -1,7 +1,7 @@
<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 ($page_title == "home"){
<?php if (strcmp($page_title, 'home') == 0){
include "./php/head-img-face.php";
} ?>
<h1><?php echo $page_title; ?></h1> <!-- Apply Title Case To This Output -->