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 d2a2a42fd5 - Show all commits

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 "./php/head-img-face.php";
include "./head-img-face.php";
} ?>
<h1><?php echo ucwords($page_title); ?></h1>
</div>