]> git.mxchange.org Git - friendica.git/commitdiff
Code style
authorJeroen De Meerleer <me@jeroened.be>
Wed, 10 Jul 2019 14:54:31 +0000 (16:54 +0200)
committerJeroen De Meerleer <me@jeroened.be>
Wed, 10 Jul 2019 14:54:31 +0000 (16:54 +0200)
view/theme/frio/php/default.php

index 231e92a242a0361d824e4d3c82a256b5ee523c8f..22bb995804a474cd032d74f1bb479351fdf7577a 100644 (file)
@@ -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) {
 ?>
-        <!-- <?php echo __FILE__ ?> -->
+               <!-- <?php echo __FILE__ ?> -->
                <section class="minimal">
                        <?php if (!empty($page['content'])) echo $page['content']; ?>
                        <div id="page-footer"></div>