Index: trunk/kernel/units/users/users_config.php =================================================================== diff -u -r4457 -r4471 --- trunk/kernel/units/users/users_config.php (.../users_config.php) (revision 4457) +++ trunk/kernel/units/users/users_config.php (.../users_config.php) (revision 4471) @@ -66,6 +66,8 @@ 'users_edit' => Array('prefixes' => Array('u'), 'format' => "#u_status# '#u_titlefield#' - !la_title_General!"), 'users_select' => Array('prefixes' => Array('u_List'), 'format' => "!la_title_Users! (#u_recordcount#) - !la_title_SelectUser!"), + + 'tree_users' => Array('format' => '!la_section_overview!'), ), @@ -74,7 +76,7 @@ 'parent' => 'in-portal:root', 'icon' => 'community', 'label' => 'la_tab_Community', - 'url' => Array('index_file' => 'subitems.php', 'pass' => 'm'), + 'url' => Array('t' => 'sections_list', 'index_file' => 'index4.php', 'pass' => 'm'), 'permissions' => Array('view'), 'priority' => 2, 'type' => stTREE,