Index: trunk/core/units/general/cat_tag_processor.php =================================================================== diff -u -N -r8571 -r8679 --- trunk/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 8571) +++ trunk/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 8679) @@ -319,13 +319,6 @@ return $this->Application->GetVar($this->getPrefixSpecial().'_id') > 0; } - function CombinedSortingDropDownName($params) - { - $list =& $this->GetList($params); - - return $this->Prefix.'_CombinedSorting'; - } - function SortingSelected($params) { $list =& $this->GetList($params); @@ -336,6 +329,11 @@ if ($sorting == strtolower($params['sorting'])) return $params['selected']; } + function CombinedSortingDropDownName($params) + { + return $this->Prefix.'_CombinedSorting'; + } + /** * Prepares name for field with event in it (used only on front-end) * @@ -348,6 +346,17 @@ } /** + * Returns prefix + any word (used for shared between categories per page settings) + * + * @param Array $params + * @return string + */ + function VarName($params) + { + return $this->Prefix.'_'.$params['type']; + } + + /** * Checks if we are viewing module root category * * @param Array $params