Preserve existing setting

This commit is contained in:
Andrew Z
2019-02-23 13:22:50 -05:00
parent f0d0bf7dfe
commit 6541209f28

View File

@@ -11,7 +11,7 @@
*/
?>
<?
$display['font'] = $_COOKIE['fontSize'];
$display['font'] = $_COOKIE['fontSize'] ?? $display['font'];
$theme = $display['theme'];
$header = $display['header'];
$backgnd = $display['background'];