Renamed theme to Material

This commit is contained in:
Marek Guráň 2023-08-29 12:28:08 +02:00 committed by GitHub
parent 2828b09d54
commit 49634a4e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ function DisplaySystem(&$extraFooterScripts)
$themes = [
"default" => "RaspAP (default)",
"hackernews" => "HackerNews",
"material-light" => "Material (Use dark colors)"
"material-light" => "Material"
];
$themeFiles = [
"default" => "custom.php",