Index: trunk/core/units/general/helpers/sections_helper.php =================================================================== diff -u -N -r4996 -r5340 --- trunk/core/units/general/helpers/sections_helper.php (.../sections_helper.php) (revision 4996) +++ trunk/core/units/general/helpers/sections_helper.php (.../sections_helper.php) (revision 5340) @@ -40,6 +40,7 @@ return ; } $this->Application->UnitConfigReader->includeConfigFiles(MODULES_PATH); + $this->Application->UnitConfigReader->AfterConfigRead(); $this->Tree = Array(); if (!$unit_config_reader) { @@ -69,15 +70,15 @@ $section_params['url']['module'] = $module_name; } } - + if (!isset($section_params['url']['t'])) { $section_params['url']['t'] = 'index'; } if (!isset($section_params['onclick'])) { $section_params['onclick'] = 'checkEditMode()'; } - + $current_data = isset($this->Tree[$section_name]) ? $this->Tree[$section_name] : Array(); $this->Tree[$section_name] = array_merge_recursive2($current_data, $section_params);