Index: branches/5.2.x/core/units/helpers/navigation_bar.php =================================================================== diff -u -N -r15278 -r15424 --- branches/5.2.x/core/units/helpers/navigation_bar.php (.../navigation_bar.php) (revision 15278) +++ branches/5.2.x/core/units/helpers/navigation_bar.php (.../navigation_bar.php) (revision 15424) @@ -1,6 +1,6 @@ _getBaseParams(); $block_params['cat_id'] = $this->Application->getBaseCategory(); - $block_params['current'] = $this->_getCurrentCategoryId() == $block_params['cat_id'] || $this->_getCurrentCategoryId() == 0 ? 1 : 0; + $block_params['current'] = $this->_getCurrentCategoryId() == $block_params['cat_id'] ? 1 : 0; $block_params['is_first'] = $this->_params['is_first']; $block_params['template'] = ''; // to prevent warning when category element is rendered using general "render_as" block