Index: branches/5.2.x/core/units/sections/sections_config.php =================================================================== diff -u -N -r15739 -r16308 --- branches/5.2.x/core/units/sections/sections_config.php (.../sections_config.php) (revision 15739) +++ branches/5.2.x/core/units/sections/sections_config.php (.../sections_config.php) (revision 16308) @@ -1,6 +1,6 @@ 'la_title_Structure', // 'la_tab_Browse', 'url' => Array ('t' => 'catalog/catalog', 'pass' => 'm'), 'late_load' => Array ('t' => 'categories/xml/tree_categories', 'pass' => 'm', 'm_cat_id' => 0), - 'onclick' => 'checkCatalog(0)', + 'onclick' => 'checkCatalog(0, "c")', 'permissions' => Array ('view'), 'priority' => 2, 'type' => stTREE, @@ -235,4 +235,4 @@ 'type' => stTREE, ), ), - ); \ No newline at end of file + );