mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
11 lines
449 B
PHP
11 lines
449 B
PHP
<?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'),
|
|
MENU_CATEGORY_COMMUNITY => array('id' => 'community', 'name' => 'Community'),
|
|
MENU_CATEGORY_LIBRARY => array('id' => 'library', 'name' => 'Library'),
|
|
MENU_CATEGORY_SHOP => array('id' => 'shops', 'name' => 'Shop')
|
|
);
|