mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Allow simultaneous loading of config.ini and config.php in templates
This commit is contained in:
3
templates/kathrine/config.ini
Normal file
3
templates/kathrine/config.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
darkborder = "#d0cdb4"
|
||||
lightborder = "#e5e3d7"
|
||||
vdarkborder = "#afab89"
|
@@ -1,13 +1,8 @@
|
||||
<?php
|
||||
$config['darkborder'] = "#d0cdb4";
|
||||
$config['lightborder'] = "#e5e3d7";
|
||||
$config['vdarkborder'] = "#afab89";
|
||||
$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')
|
||||
);
|
||||
|
||||
?>
|
||||
);
|
Reference in New Issue
Block a user