mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 00:09:27 -05:00
Better support for custom themes (not perfect yet)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
?>
|
||||
<?
|
||||
$display['font'] = $_COOKIE['fontSize'] ?? $display['font'];
|
||||
$theme = $display['theme'];
|
||||
$theme = strtok($display['theme'],'-');
|
||||
$header = $display['header'];
|
||||
$backgnd = $display['background'];
|
||||
$themes1 = in_array($theme,['black','white']);
|
||||
|
||||
Reference in New Issue
Block a user