Index: branches/5.2.x/core/units/helpers/template_helper.php =================================================================== diff -u -N -r14628 -r14699 --- branches/5.2.x/core/units/helpers/template_helper.php (.../template_helper.php) (revision 14628) +++ branches/5.2.x/core/units/helpers/template_helper.php (.../template_helper.php) (revision 14699) @@ -1,6 +1,6 @@ _getDivPairs($data, 'movable-area'); - + foreach ($areas as $area_index => $area) { // 1.1. get locations of all movable elements inside given area $area_content = substr($area['data'], $area['open_len'], -$area['close_len']); @@ -276,7 +276,7 @@ /** * Returns information about parser element locations in template * - * @param Array $params + * @param string $info_type * @return mixed */ function blockInfo($info_type) @@ -329,6 +329,8 @@ /** * Returns filename, that contains template, where block is located * + * @param bool $relative + * @param string $extension * @return string */ function _getTemplateFile($relative = false, $extension = '.tpl')