New home/login page style
This commit is contained in:
parent
4000e81f1b
commit
1064da1052
5 changed files with 73 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue