Public Member Functions | |
indexAction () | |
Protected Member Functions | |
_isAllowed () |
Definition at line 34 of file CatalogController.php.
_isAllowed | ( | ) | [protected] |
Reimplemented from Mage_Adminhtml_Controller_Action.
Definition at line 46 of file CatalogController.php.
00047 { 00048 return Mage::getSingleton('admin/session')->isAllowed('catalog'); 00049 }
indexAction | ( | ) |
Definition at line 36 of file CatalogController.php.
00037 { 00038 $this->loadLayout(); 00039 $this->_setActiveMenu('catalog'); 00040 $this->_addBreadcrumb(Mage::helper('adminhtml')->__('Catalog'), Mage::helper('adminhtml')->__('Catalog')); 00041 00042 $this->_addContent($this->getLayout()->createBlock('adminhtml/catalog')); 00043 $this->renderLayout(); 00044 }