Code style

This commit is contained in:
Jeroen De Meerleer 2019-07-10 16:54:31 +02:00
부모 9b7b718b43
커밋 4ccc8b87b5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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>