Files
opensem/config/boilerplate/theme.php
Ludovic CANDELLIER baf8e13c25 Initial release
2020-03-22 21:30:03 +01:00

12 lines
186 B
PHP

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