Merge branch 'develop' into feature/settings

This commit is contained in:
slawkens
2023-07-21 16:53:28 +02:00
4 changed files with 15 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
<?php
$config['menu_default_color'] = '#ffffff';
$config['menu_categories'] = array(
MENU_CATEGORY_NEWS => array('id' => 'news', 'name' => 'Latest News'),
MENU_CATEGORY_ACCOUNT => array('id' => 'account', 'name' => 'Account'),