Index: branches/5.2.x/core/units/categories/categories_event_handler.php =================================================================== diff -u -N -r16148 -r16308 --- branches/5.2.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 16148) +++ branches/5.2.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 16308) @@ -1,6 +1,6 @@ Array ('m_cat_id' => $root_category), 'late_load' => Array ('m_cat_id' => $root_category), - 'onclick' => 'checkCatalog(' . $root_category . ')', + 'onclick' => 'checkCatalog(' . $root_category . ', "c")', ); + if ( $this->Application->ConfigValue('Catalog_PreselectModuleTab') ) { + $section_adjustments['in-portal:browse']['url']['anchor'] = 'tab-c'; + } + $section_adjustments['in-portal:browse_site'] = Array ( 'url' => Array ('editing_mode' => $settings['default_editing_mode']), );