Exemple #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('aitsys/rewriter/list.phtml');
     $this->setTitle('Aitoc Rewrites Manager');
     $this->_prepareConflictGroups();
 }
Exemple #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('aitsys/patch/instruction.phtml');
     $this->setTitle('Aitoc Manual Patch Instructions');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTitle('Rewrites Manager');
     $this->_prepareConflictGroups();
 }
Exemple #4
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('aitsys/patch/instruction/one.phtml');
 }