Index: trunk/core/units/admin/admin_config.php =================================================================== diff -u -N --- trunk/core/units/admin/admin_config.php (revision 8078) +++ trunk/core/units/admin/admin_config.php (revision 0) @@ -1,56 +0,0 @@ - 'adm', - 'EventHandlerClass' => Array('class' => 'AdminEventsHandler', 'file' => 'admin_events_handler.php', 'build_event' => 'OnBuild'), - 'TagProcessorClass' => Array('class' => 'AdminTagProcessor', 'file' => 'admin_tag_processor.php', 'build_event' => 'OnBuild'), - - 'QueryString' => Array( - 1 => 'event', - ), - - '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!'), - - 'system_tools' => Array('format' => '!la_title_SystemTools!'), - - 'no_permissions' => Array('format' => '!la_title_NoPermissions!'), - - 'column_picker' => Array('format' => '!la_title_ColumnPicker!'), - ), - - - 'PermSection' => array('main' => 'in-portal:service'), - 'Sections' => Array( - 'in-portal:root' => Array( - 'parent' => null, - 'icon' => 'site', - 'label' => $this->Application->ConfigValue('Site_Name'), - 'url' => Array('t' => 'sections_list', 'pass' => 'm', 'pass_section' => true, 'no_amp' => 1), - 'permissions' => Array('advanced:admin_login', 'advanced:front_login'), - 'priority' => 0, - 'type' => stTREE, - 'icon_module' => 'in-portal', - ), - - 'in-portal:service' => Array( - 'parent' => 'in-portal:tools', - 'icon' => 'conf_general', - 'label' => 'la_tab_Service', - 'url' => Array('t' => 'tools/system_tools', 'pass' => 'm'), - 'permissions' => Array('view'), - 'priority' => 10, - 'show_mode' => smDEBUG, - 'type' => stTREE, - ), - ), - - ); - -?> \ No newline at end of file