From: Jeroen De Meerleer Date: Wed, 10 Jul 2019 14:54:31 +0000 (+0200) Subject: Code style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ccc8b87b5a9830230009ea8296a49bcf5a5c4e5;p=friendica.git Code style --- diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index 231e92a242..22bb995804 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -54,7 +54,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; } if (empty($nav_bg)) { - $nav_bg = Config::get('frio', 'nav_bg'); + $nav_bg = Config::get('frio', 'nav_bg'); } if (empty($nav_bg) || !is_string($nav_bg)) { @@ -83,7 +83,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; // special minimal style for modal dialogs if ($minimal) { ?> - +