Repos header
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
// PHP
|
||||
include_once "../../../base/settings.php";
|
||||
include_once "../../../base/headers.php";
|
||||
Headers::html();
|
||||
|
||||
if (!isset($_COOKIE["validation"])) {
|
||||
setcookie("validation", "false");
|
||||
@@ -25,8 +26,6 @@
|
||||
unset($colour);
|
||||
}
|
||||
}
|
||||
|
||||
Headers::html();
|
||||
?>
|
||||
</head>
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
// PHP
|
||||
include_once "../../../base/settings.php";
|
||||
include_once "../../../base/headers.php";
|
||||
Headers::html();
|
||||
|
||||
if (isset($_POST["theme"])) {
|
||||
$theme = $_POST["theme"];
|
||||
@@ -21,8 +22,6 @@
|
||||
} else if (isset($_COOKIE["theme"])) {
|
||||
$theme = $_COOKIE["theme"];
|
||||
}
|
||||
|
||||
Headers::html();
|
||||
?>
|
||||
|
||||
<?php if (isset($theme) && $theme === "black") { ?>
|
||||
|
||||
Reference in New Issue
Block a user