X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fphp%2Fdefault.php;h=22bb995804a474cd032d74f1bb479351fdf7577a;hb=341046e3a0617030859fca3c1ff3d5c09b49060a;hp=5eeb14c75f4512373a3abd31cf3b56f02306f7c6;hpb=634edc183b89c1ff12c9c887945fb4c6e4fd3e29;p=friendica.git diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index 5eeb14c75f..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,8 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; // special minimal style for modal dialogs if ($minimal) { ?> -
+ +