Index: trunk/kernel/units/admin/admin_config.php =================================================================== diff -u -r4457 -r4471 --- trunk/kernel/units/admin/admin_config.php (.../admin_config.php) (revision 4457) +++ trunk/kernel/units/admin/admin_config.php (.../admin_config.php) (revision 4471) @@ -5,12 +5,23 @@ 'EventHandlerClass' => Array('class' => 'kEventHandler', 'file' => '', 'build_event' => 'OnBuild'), 'TagProcessorClass' => Array('class' => 'AdminTagProcessor', 'file' => 'admin_tag_processor.php', 'build_event' => 'OnBuild'), + + 'TitlePresets' => Array( + 'tree_root' => Array('format' => '!la_section_overview!'), + + 'tree_reports' => Array('format' => '!la_section_overview!'), + + 'tree_system' => Array('format' => '!la_section_overview!'), + + 'tree_tools' => Array('format' => '!la_section_overview!'), + ), + 'Sections' => Array( 'in-portal:root' => Array( 'parent' => null, 'icon' => 'site', 'label' => $this->Application->ConfigValue('Site_Name'), - 'url' => Array('index_file' => 'subitems.php', 'pass' => 'm'), + 'url' => Array('t' => 'sections_list', 'index_file' => 'index4.php', 'pass' => 'm', 'no_amp' => 1), 'permissions' => Array('view'), 'priority' => 0, 'type' => stTREE, @@ -21,7 +32,7 @@ 'parent' => 'in-portal:root', 'icon' => 'summary_logs', 'label' => 'la_tab_Reports', - 'url' => Array('index_file' => 'subitems.php', 'pass' => 'm'), + 'url' => Array('t' => 'sections_list', 'index_file' => 'index4.php', 'pass' => 'm'), 'permissions' => Array('view'), 'priority' => 4, 'type' => stTREE, @@ -82,7 +93,7 @@ 'parent' => 'in-portal:root', 'icon' => 'conf', 'label' => 'la_tab_Sys_Config', - 'url' => Array('index_file' => 'subitems.php', 'pass' => 'm'), + 'url' => Array('t' => 'sections_list', 'index_file' => 'index4.php', 'pass' => 'm'), 'permissions' => Array('view'), 'priority' => 5, 'type' => stTREE, @@ -103,7 +114,7 @@ 'parent' => 'in-portal:root', 'icon' => 'tools', 'label' => 'la_tab_Tools', - 'url' => Array('index_file' => 'subitems.php', 'pass' => 'm'), + 'url' => Array('t' => 'sections_list', 'index_file' => 'index4.php', 'pass' => 'm'), 'permissions' => Array('view'), 'priority' => 6, 'type' => stTREE,