getRequest()->getParam('id', false); $category = Mage::getModel('catalog/category') ->setStoreId(Mage::app()->getStore()->getId()) ->load($categoryId); Mage::register('current_category', $category); $this->loadLayout(); $this->renderLayout(); } }