getRequest()->getParam("category_id",0); Mage::register("category_id",$category_id); $this->loadLayout(); $this->renderLayout(); } public function indexAction() { $this->loadLayout(); $this->renderLayout(); } }