'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'), '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_section_system!'), 'no_permissions' => Array('format' => '!la_title_NoPermissions!'), ), 'Sections' => Array( ), ); $application =& kApplication::Instance(); if ($application->isDebugMode()) { $config['Sections']['in-portal:service'] = Array( 'parent' => 'in-portal:tools', 'icon' => 'in-portal:conf_general', 'label' => 'la_tab_Service', 'url' => Array('t' => 'tools/system_tools', 'pass' => 'm'), 'permissions' => Array('view'), 'priority' => 10, 'type' => stTREE, ); } ?>