Index: trunk/core/units/users/users_config.php =================================================================== diff -u -r4637 -r4663 --- trunk/core/units/users/users_config.php (.../users_config.php) (revision 4637) +++ trunk/core/units/users/users_config.php (.../users_config.php) (revision 4663) @@ -88,7 +88,7 @@ 'parent' => 'in-portal:root', 'icon' => 'community', 'label' => 'la_tab_Community', - 'url' => Array('t' => 'sections_list', 'index_file' => 'index4.php', 'pass_section' => true, 'pass' => 'm'), + 'url' => Array('t' => 'sections_list', 'pass_section' => true, 'pass' => 'm'), 'permissions' => Array('view'), 'priority' => 2, 'type' => stTREE, @@ -128,7 +128,7 @@ 'parent' => 'in-portal:users', 'icon' => 'settings_custom', 'label' => 'la_tab_ConfigCustom', - 'url' => Array('t' => 'custom_fields/custom_fields_list', 'index_file' => 'index4.php', 'cf_type' => 6, 'pass' => 'm,cf'), + 'url' => Array('t' => 'custom_fields/custom_fields_list', 'cf_type' => 6, 'pass' => 'm,cf'), 'permissions' => Array('view', 'add', 'edit'), 'priority' => 5, 'type' => stTREE,