X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fphp%2Fdefault.php;h=22bb995804a474cd032d74f1bb479351fdf7577a;hb=0a82fe4211f73cf10107feb69fe38eaa85eb61f8;hp=b297fcb48174629de382d2609c542ec5835e8039;hpb=c1f99c70b1c7d62120723f3b142e843ba25ab338;p=friendica.git diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index b297fcb481..22bb995804 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -53,6 +53,10 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; $nav_bg = PConfig::get($uid, 'frio', 'nav_bg'); } + if (empty($nav_bg)) { + $nav_bg = Config::get('frio', 'nav_bg'); + } + if (empty($nav_bg) || !is_string($nav_bg)) { $nav_bg = "#708fa0"; } @@ -79,7 +83,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; // special minimal style for modal dialogs if ($minimal) { ?> - +