1
0
Fork 0

New home/login page style

This commit is contained in:
fabrixxm 2018-01-14 18:45:00 +01:00
commit 1064da1052
5 changed files with 73 additions and 2 deletions

View file

@ -54,9 +54,12 @@ 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";
?>
</head>
<body id="top">
<body id="top" class="mod-<?php echo $a->module." ".$is_singleuser_class;?>">
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<?php
if (x($page, 'nav') && !$minimal) {