Public Member Functions | |
preDispatch () | |
popularAction () |
Definition at line 28 of file TermController.php.
popularAction | ( | ) |
Definition at line 39 of file TermController.php.
00040 { 00041 $this->loadLayout(); 00042 $this->renderLayout(); 00043 }
preDispatch | ( | ) |
Predispatch: shoud set layout area
Reimplemented from Mage_Core_Controller_Front_Action.
Definition at line 30 of file TermController.php.
00030 { 00031 parent::preDispatch(); 00032 if(!Mage::getStoreConfig('catalog/seo/search_terms')){ 00033 $this->_redirect('noroute'); 00034 $this->setFlag('',self::FLAG_NO_DISPATCH,true); 00035 } 00036 return $this; 00037 00038 }