mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Renamed theme to Material
This commit is contained in:
parent
2828b09d54
commit
49634a4e58
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue