Initial release
This commit is contained in:
11
config/boilerplate/theme.php
Normal file
11
config/boilerplate/theme.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$theme = include __DIR__.'/themes/default.php';
|
||||
|
||||
// Additionnal views to append items to the navbar
|
||||
$theme['navbar'] += [
|
||||
'left' => [],
|
||||
'right' => [],
|
||||
];
|
||||
|
||||
return $theme;
|
||||
Reference in New Issue
Block a user