예제 #1
0
파일: List.php 프로젝트: rajarshc/Rooja
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('aitsys/rewriter/list.phtml');
     $this->setTitle('Aitoc Rewrites Manager');
     $this->_prepareConflictGroups();
 }
예제 #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('aitsys/patch/instruction.phtml');
     $this->setTitle('Aitoc Manual Patch Instructions');
 }
예제 #3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTitle('Rewrites Manager');
     $this->_prepareConflictGroups();
 }
예제 #4
0
파일: One.php 프로젝트: CherylMuniz/fashion
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('aitsys/patch/instruction/one.phtml');
 }