Example #1
0
 public function init()
 {
     parent::init();
     $this->_helper->layout->setLayout('admin');
     //        $this->_helper->layout->disableLayout();
     $this->view->title = 'Access Control List';
 }
Example #2
0
 public function init()
 {
     parent::init();
     $this->_helper->layout->setLayout('admin');
     $this->view->title = 'Plugin';
     $this->pluginsPath = APPLICATION_PATH . '/../plugins/';
 }
Example #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";
 }
Example #5
0
 public function init()
 {
     parent::init();
     $this->view->title = "Database file";
 }
Example #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";
 }
Example #8
0
 public function init()
 {
     parent::init();
     $this->view->title = "Faq";
 }
Example #9
0
 public function init()
 {
     parent::init();
     $this->view->title = "Exercise reply";
 }
 public function init()
 {
     parent::init();
     $this->view->title = "Question";
 }
 public function init()
 {
     parent::init();
     $this->view->title = "Organize";
 }
Example #12
0
 public function init()
 {
     parent::init();
     $this->view->title = "Message";
 }
Example #13
0
 public function init()
 {
     parent::init();
     $this->view->title = "Course";
 }
 public function init()
 {
     parent::init();
     $this->view->title = "Classroom";
 }
Example #15
0
 public function init()
 {
     parent::init();
     $this->view->title = "Activity";
 }
Example #16
0
 public function init()
 {
     parent::init();
     $this->view->title = "Notepad";
 }
Example #17
0
 public function init()
 {
     parent::init();
     $this->view->title = "Glossary";
 }
Example #18
0
 public function init()
 {
     parent::init();
     $this->_helper->layout->setLayout('admin');
     $this->view->title = "Course";
 }
 public function init()
 {
     parent::init();
     $this->view->title = "Composer";
 }
Example #20
0
 public function init()
 {
     parent::init();
     $this->view->title = "Calendar";
 }