Files
opensem/config/boilerplate/theme.php
2021-07-25 23:19:27 +02:00

12 lines
184 B
PHP

<?php
$theme = include __DIR__.'/themes/green.php';
// Additionnal views to append items to the navbar
$theme['navbar'] += [
'left' => [],
'right' => [],
];
return $theme;