Add headers to all pages! Also update the look and feel of the test
page.
This commit is contained in:
@ -1,8 +1,15 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
||||
$GLOBALS["HEADER_TITLE"] = "";
|
||||
} else {
|
||||
$GLOBALS["HEADER_TITLE"] = ": " . $GLOBALS["HEADER_TITLE"];
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Hyperling</title>
|
||||
<title>Hyperling<?php echo($GLOBALS["HEADER_TITLE"]); ?></title>
|
||||
<link rel="icon" sizes="32x32"
|
||||
href="/files/media/icons/favicon.ico"
|
||||
>
|
||||
|
Reference in New Issue
Block a user