예제 #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');
     }
 }
예제 #4
0
 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";
 }
예제 #7
0
 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";
 }