示例#1
0
 public function init()
 {
     parent::init();
     $this->_helper->layout->setLayout('admin');
     //        $this->_helper->layout->disableLayout();
     $this->view->title = 'Access Control List';
 }
示例#2
0
 public function init()
 {
     parent::init();
     $this->_helper->layout->setLayout('admin');
     $this->view->title = 'Plugin';
     $this->pluginsPath = APPLICATION_PATH . '/../plugins/';
 }
示例#3
0
 public function init()
 {
     parent::init();
     $this->view->title = "Page";
     if (!$this->_request->isXmlHttpRequest()) {
         $this->_helper->layout->setLayout('admin');
     }
 }
 public function init()
 {
     parent::init();
     $this->view->title = "Template";
 }
示例#5
0
 public function init()
 {
     parent::init();
     $this->view->title = "Database file";
 }
示例#6
0
 /**
  * Init
  *
  * Call parent init and set title box.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->_helper->layout->setLayout('admin');
     $this->view->title = "Selection process";
 }
 public function init()
 {
     parent::init();
     $this->view->title = "Certificate";
 }
示例#8
0
 public function init()
 {
     parent::init();
     $this->view->title = "Faq";
 }
示例#9
0
 public function init()
 {
     parent::init();
     $this->view->title = "Exercise reply";
 }
示例#10
0
 public function init()
 {
     parent::init();
     $this->view->title = "Question";
 }
示例#11
0
 public function init()
 {
     parent::init();
     $this->view->title = "Organize";
 }
示例#12
0
 public function init()
 {
     parent::init();
     $this->view->title = "Message";
 }
示例#13
0
 public function init()
 {
     parent::init();
     $this->view->title = "Course";
 }
示例#14
0
 public function init()
 {
     parent::init();
     $this->view->title = "Classroom";
 }
示例#15
0
 public function init()
 {
     parent::init();
     $this->view->title = "Activity";
 }
示例#16
0
 public function init()
 {
     parent::init();
     $this->view->title = "Notepad";
 }
示例#17
0
 public function init()
 {
     parent::init();
     $this->view->title = "Glossary";
 }
示例#18
0
 public function init()
 {
     parent::init();
     $this->_helper->layout->setLayout('admin');
     $this->view->title = "Course";
 }
示例#19
0
 public function init()
 {
     parent::init();
     $this->view->title = "Composer";
 }
示例#20
0
 public function init()
 {
     parent::init();
     $this->view->title = "Calendar";
 }