spaces to tabs
This commit is contained in:
parent
de227e305e
commit
5392f9eb8b
3 changed files with 9 additions and 9 deletions
|
@ -55,8 +55,8 @@ if (!isset($minimal)) {
|
|||
echo '
|
||||
<meta name="theme-color" content="' . $nav_bg . '" />';
|
||||
|
||||
$is_singleuser = Config::get('system','singleuser');
|
||||
$is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
|
||||
$is_singleuser = Config::get('system','singleuser');
|
||||
$is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
|
||||
?>
|
||||
</head>
|
||||
<body id="top" class="mod-<?php echo $a->module." ".$is_singleuser_class;?>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue