Add support for menu_default_color

This commit is contained in:
slawkens
2023-07-21 15:54:22 +02:00
parent ca56b4f101
commit 5fa4890b70
4 changed files with 13 additions and 5 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'),