Index: branches/5.2.x/core/units/helpers/category_helper.php =================================================================== diff -u -N -r14628 -r14970 --- branches/5.2.x/core/units/helpers/category_helper.php (.../category_helper.php) (revision 14628) +++ branches/5.2.x/core/units/helpers/category_helper.php (.../category_helper.php) (revision 14970) @@ -1,6 +1,6 @@ Application->Phrase($title); + if ($title == '__page__') { + $block_params['title'] = $this->Application->ProcessParsedTag('st', 'PageInfo', Array ('type' => 'title')); + } + else { + $block_params['title'] = $this->Application->Phrase($title); + } + + $block_params['name'] = $template == $current_template ? $params['current_render_as'] : $params['render_as']; }