Esempio n. 1
0
 /**
  * Initialize template and cache settings
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('inventoryplus/menu.phtml');
     $this->_url = Mage::getModel('adminhtml/url');
     $this->setCacheTags(array(self::CACHE_TAGS));
 }
Esempio n. 2
0
 /**
  * Initialize template and cache settings
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('erp_plus/page/menu.phtml');
     $this->_url = Mage::getModel('adminhtml/url');
     $this->setCacheTags(array(self::CACHE_TAGS));
     $this->_module_key = $this->helper('erpplus')->getCurrentModuleKey();
     if ($this->_module_key == 'mage') {
         $this->_module_key = $this->helper('erpplus')->getCurrentSectionConfig();
     }
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('dunagan/page/menu.phtml');
 }
Esempio n. 4
0
 protected function _construct()
 {
     parent::_construct();
     $this->_url->setNoSecret(false);
 }