Exemplo n.º 1
0
 public function _construct()
 {
     $this->setMenuPath('ewcore/quickaccess_overview');
     $this->_title($this->__('Extendware'))->_title($this->__('Manage Software'));
     Mage::getResourceModel('ewcore/module_summary')->refreshAll();
     parent::_construct();
 }
 public function _construct()
 {
     $this->setMenuPath('extendware/manage_module');
     $this->_title($this->__('Extendware'))->_title($this->__('View Content'));
     parent::_construct();
 }
 public function _construct()
 {
     $this->setMenuPath('ewcore/userguide');
     $this->_title($this->__('View User Guides'));
     parent::_construct();
 }
 public function _construct()
 {
     $this->setMenuPath('ewcore/system/message');
     $this->_title($this->__('System'))->_title($this->__('Manage Messages'));
     parent::_construct();
 }
 public function _construct()
 {
     $this->setMenuPath('ewcore/system/information');
     $this->_title($this->__('System'))->_title($this->__('View Information'));
     parent::_construct();
 }
 public function _construct()
 {
     $this->setMenuPath('ewcore/system/cronjob');
     $this->_title($this->__('System'))->_title($this->__('Manage Cronjobs'));
     parent::_construct();
 }
 public function _construct()
 {
     $this->setMenuPath('ewcore/system/log/report');
     $this->_title($this->__('System'))->_title($this->__('Manage Reports'));
     parent::_construct();
 }