Index: branches/5.0.x/core/units/users/users_config.php =================================================================== diff -u -r12734 -r12858 --- branches/5.0.x/core/units/users/users_config.php (.../users_config.php) (revision 12734) +++ branches/5.0.x/core/units/users/users_config.php (.../users_config.php) (revision 12858) @@ -1,6 +1,6 @@ 'in-portal:system', 'icon' => 'conf_users', 'label' => 'la_title_Users', + 'use_parent_header' => 1, 'url' => Array ('t' => 'index', 'pass_section' => true, 'pass' => 'm'), 'permissions' => Array ('view'), 'priority' => 2, Index: branches/5.0.x/core/units/forms/forms_config.php =================================================================== diff -u -r12734 -r12858 --- branches/5.0.x/core/units/forms/forms_config.php (.../forms_config.php) (revision 12734) +++ branches/5.0.x/core/units/forms/forms_config.php (.../forms_config.php) (revision 12858) @@ -1,6 +1,6 @@ Array( 'parent' => 'in-portal:site', 'icon' => 'form', + 'use_parent_header' => 1, 'label' => 'la_tab_CMSForms', //'la_tab_FormsConfig', 'url' => Array('t' => 'forms/forms_list', 'pass' => 'm'), // set "container" parameter (in section definition, not url) to true when form editing should be disabled, but submissions still visible 'permissions' => Array('view', 'add', 'edit', 'delete'),