示例#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
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('aitsys/patch/instruction/one.phtml');
 }