Update DisplayThemeConfig()

This commit is contained in:
billz 2021-02-15 22:07:34 +00:00
parent 4378ff7add
commit c16d48d2fe

View file

@ -7,13 +7,11 @@ function DisplayThemeConfig(&$extraFooterScripts)
{
$themes = [
"default" => "RaspAP (default)",
"hackernews" => "HackerNews",
"lightsout" => "Lights Out"
"hackernews" => "HackerNews"
];
$themeFiles = [
"default" => "custom.php",
"hackernews" => "hackernews.css",
"lightsout" => "lightsout.css"
"hackernews" => "hackernews.css"
];
$selectedTheme = array_search($_COOKIE['theme'], $themeFiles);