Index: trunk/core/units/themes/themes_config.php =================================================================== diff -u -N -r1566 -r4457 --- trunk/core/units/themes/themes_config.php (.../themes_config.php) (revision 1566) +++ trunk/core/units/themes/themes_config.php (.../themes_config.php) (revision 4457) @@ -23,6 +23,20 @@ 'TableName' => TABLE_PREFIX.'Theme', 'SubItems' => Array('themefiles'), + + 'Sections' => Array( + 'in-portal:configure_themes' => Array( + 'parent' => 'in-portal:system', + 'icon' => 'conf_themes', + 'label' => 'la_tab_Themes', + 'url' => Array('index_file' => 'config/config_theme.php', 'pass' => 'm'), + 'permissions' => Array('view', 'edit', 'delete'), + 'priority' => 2, + 'type' => stTREE, + ), + + ), + 'FilterMenu' => Array( 'Groups' => Array( Array('mode' => 'AND', 'filters' => Array(0,1), 'type' => WHERE_FILTER),