Add headers to all pages! Also update the look and feel of the test
page.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
||||
$GLOBALS["HEADER_TITLE"] = "Contact";
|
||||
}
|
||||
include "helpers/body_open.php";
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user