Index: branches/unlabeled/unlabeled-1.1.2/kernel/units/sections/sections_config.php =================================================================== diff -u -r6820 -r6826 --- branches/unlabeled/unlabeled-1.1.2/kernel/units/sections/sections_config.php (.../sections_config.php) (revision 6820) +++ branches/unlabeled/unlabeled-1.1.2/kernel/units/sections/sections_config.php (.../sections_config.php) (revision 6826) @@ -264,6 +264,16 @@ 'type' => stTREE, ), + 'in-portal:configure_themes' => Array( + 'parent' => 'in-portal:system', + 'icon' => 'in-portal:conf_themes', + 'label' => 'la_tab_Themes', + 'url' => Array('index_file' => 'config/config_theme.php', 'pass' => 'm'), + 'permissions' => Array('view', 'add', 'edit', 'delete'), + 'priority' => 3, + 'type' => stTREE, + ), + // "Tools" section 'in-portal:tools' => Array( 'parent' => 'in-portal:root',