Upgrade boilerplate
This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
|
||||
$theme = include __DIR__.'/themes/green.php';
|
||||
|
||||
// Additionnal views to append items to the navbar
|
||||
$theme['navbar'] += [
|
||||
'left' => [],
|
||||
'right' => [],
|
||||
$theme += [
|
||||
'navbar' => [ // Additionnal views to append items to the navbar
|
||||
'left' => [],
|
||||
'right' => [],
|
||||
],
|
||||
'favicon' => null, // Favicon url
|
||||
'fullscreen' => true, // Fullscreen switch
|
||||
'darkmode' => true, // Dark mode switch
|
||||
];
|
||||
|
||||
return $theme;
|
||||
|
||||
Reference in New Issue
Block a user