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

@ -189,10 +189,4 @@
$description = "UK Slackware Linux and Slackware based project hosting & mirror service";
$keywords = "Slackware Linux, Slackware mirror, Slackware mirrors, Slackware hosting, Slackware, Slackware64, Slackware UK, Slackware64 UK";
}
if ($_COOKIE['theme'] == "light") {
$light = true;
} else {
$light = false;
}
?>