mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Renamed theme to Material
This commit is contained in:
parent
2828b09d54
commit
49634a4e58
@ -191,7 +191,7 @@ function DisplaySystem(&$extraFooterScripts)
|
|||||||
$themes = [
|
$themes = [
|
||||||
"default" => "RaspAP (default)",
|
"default" => "RaspAP (default)",
|
||||||
"hackernews" => "HackerNews",
|
"hackernews" => "HackerNews",
|
||||||
"material-light" => "Material (Use dark colors)"
|
"material-light" => "Material"
|
||||||
];
|
];
|
||||||
$themeFiles = [
|
$themeFiles = [
|
||||||
"default" => "custom.php",
|
"default" => "custom.php",
|
||||||
|
Loading…
Reference in New Issue
Block a user