Index: branches/5.0.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r12703 -r12707 --- branches/5.0.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 12703) +++ branches/5.0.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 12707) @@ -1,6 +1,6 @@ Special != '') { + return $this->Special; + } + if ( isset($params['parent_cat_id']) ) { $parent_cat_id = $params['parent_cat_id']; } @@ -395,9 +399,6 @@ } } - $no_special = isset($params['no_special']) && $params['no_special']; - if ($no_special) return $this->Special; - $list_unique_key = $this->getUniqueListKey($params); // check for "admin" variable, because we are parsing front-end template from admin when using template editor feature if ($this->Application->GetVar('admin') || !$this->Application->IsAdmin()) { @@ -638,22 +639,6 @@ return $object->NoFilterCount != $object->RecordsCount ? $object->RecordsCount.' / '.$object->NoFilterCount : $object->RecordsCount; } - /** - * Print grid pagination using - * block names specified - * - * @param Array $params - * @return string - * @access public - */ - function PrintPages($params) - { - if ($this->Application->Parser->GetParam('no_special')) { - $params['no_special'] = $this->Application->Parser->GetParam('no_special'); - } - return parent::PrintPages($params); - } - function InitCatalog($params) { $tab_prefixes = $this->Application->GetVar('tp'); // {all, , none}