Index: branches/RC/core/units/agents/agents_config.php =================================================================== diff -u -r11546 -r11612 --- branches/RC/core/units/agents/agents_config.php (.../agents_config.php) (revision 11546) +++ branches/RC/core/units/agents/agents_config.php (.../agents_config.php) (revision 11612) @@ -52,12 +52,12 @@ 'Sections' => Array ( 'in-portal:agents' => Array ( - 'parent' => 'in-portal:system', + 'parent' => 'in-portal:website_setting_folder', 'icon' => 'agents', 'label' => 'la_title_Agents', 'url' => Array('t' => 'agents/agent_list', 'pass' => 'm'), 'permissions' => Array('view', 'add', 'edit', 'delete'), - 'priority' => 3.1, // after Themes section + 'priority' => 6, 'type' => stTREE, ), ),