Code style

This commit is contained in:
Jeroen De Meerleer 2019-07-10 16:54:31 +02:00
parent 9b7b718b43
commit 4ccc8b87b5
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
} }
if (empty($nav_bg)) { 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)) { 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 // special minimal style for modal dialogs
if ($minimal) { if ($minimal) {
?> ?>
<!-- <?php echo __FILE__ ?> --> <!-- <?php echo __FILE__ ?> -->
<section class="minimal"> <section class="minimal">
<?php if (!empty($page['content'])) echo $page['content']; ?> <?php if (!empty($page['content'])) echo $page['content']; ?>
<div id="page-footer"></div> <div id="page-footer"></div>