Better support for custom themes (not perfect yet)

This commit is contained in:
bergware
2019-12-29 12:31:21 +01:00
parent fbe6b94625
commit 9ea1b9ae90
2 changed files with 4 additions and 4 deletions
@@ -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']);