diff --git a/settings.php b/settings.php index f52b64e..9baeacd 100644 --- a/settings.php +++ b/settings.php @@ -1,6 +1,5 @@ @@ -59,7 +60,7 @@ "; - if (isset($_COOKIE["theme"])) { + if (isset($opts->theme)) { $theme = $opts->theme; $themes = str_replace($theme . "\"", $theme . "\" selected", $themes); } @@ -97,10 +98,22 @@
Language +