Start using the new HTML5/CSS code.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-10 23:10:01 +01:00
commit c23c0987af
30 changed files with 1023 additions and 1637 deletions

View file

@ -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";