Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class Mage_Catalog_Block_Layer_Filter_Category extends Mage_Catalog_Block_Layer_Filter_Abstract
  2. {
  3. public function __construct()
  4. {
  5. parent::__construct();
  6. $this->_filterModelName = 'catalog/layer_filter_category';
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement