Add headers to all pages! Also update the look and feel of the test page.

This commit is contained in:
2025-05-27 12:41:17 -07:00
parent 18cd38b194
commit 073377532e
15 changed files with 69 additions and 19 deletions

View File

@ -3,6 +3,9 @@
Page to provide ways people can support me.
-->
<?php
if (!isset($GLOBALS["HEADER_TITLE"])) {
$GLOBALS["HEADER_TITLE"] = "Support";
}
include "helpers/body_open.php";
?>