Start using the new HTML5/CSS code.
This commit is contained in:
parent
767d4f3e7c
commit
c23c0987af
30 changed files with 1023 additions and 1637 deletions
|
|
@ -1,13 +1,12 @@
|
|||
<?php
|
||||
require ("includes/vars.php");
|
||||
$cookie_data = array(
|
||||
"expires" => "Tue, 31 Dec 2069 23:59:59 GMT",
|
||||
"expires" => mktime (23, 59, 59, 12, 31, 2069),
|
||||
"domain" => ".slackware.uk",
|
||||
"path" => "/",
|
||||
"httponly" => true,
|
||||
"samesite" => "Lax"
|
||||
);
|
||||
if (!$light) {
|
||||
if ($_COOKIE['theme'] != "light") {
|
||||
$theme = "light";
|
||||
} else {
|
||||
$theme = "dark";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue