
Public Member Functions | |
| indexAction () | |
Protected Member Functions | |
| _isAllowed () | |
Definition at line 34 of file PromoController.php.
| _isAllowed | ( | ) | [protected] |
Reimplemented from Mage_Adminhtml_Controller_Action.
Definition at line 45 of file PromoController.php.
00046 { 00047 return Mage::getSingleton('admin/session')->isAllowed('promo'); 00048 }
| indexAction | ( | ) |
Definition at line 37 of file PromoController.php.
00038 { 00039 $this->loadLayout(); 00040 $this->_setActiveMenu('promo'); 00041 $this->_addBreadcrumb(Mage::helper('adminhtml')->__('Promotions'), Mage::helper('adminhtml')->__('Promo')); 00042 $this->renderLayout(); 00043 }
1.5.8