From c16d48d2fe9b50233f46f0e89e5ef70fad5c2a34 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 15 Feb 2021 22:07:34 +0000 Subject: [PATCH] Update DisplayThemeConfig() --- includes/themes.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/themes.php b/includes/themes.php index 58afe68a..ab4cf43c 100755 --- a/includes/themes.php +++ b/includes/themes.php @@ -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);