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 53807d6843 - Show all commits

View File

@ -6,6 +6,6 @@ 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 -->
<h1><?php echo ucwords($page_title); ?></h1> <!-- Apply Title Case To This Output -->
</div>
</div>