Example #1
0
 public function before()
 {
     parent::before();
     if (!$this->auth->logged_in('admin')) {
         $this->redirect(403);
     }
     $this->template->page_title = 'Administration';
     $this->template->content = View::factory('admin/index');
     $this->template->content->view = '<h4>Administration</h4>';
 }
Example #2
0
 public function before()
 {
     parent::before();
     $this->template->breadcrumbs[] = 'Datenschutz';
 }
Example #3
0
 public function before()
 {
     parent::before();
     $this->template->breadcrumbs[] = 'Impressum';
 }
Example #4
0
 public function before()
 {
     parent::before();
     $this->template->breadcrumbs[] = 'Places';
 }
Example #5
0
 public function before()
 {
     parent::before();
     $this->template->breadcrumbs[] = '<a href="/social">Sozial</a>';
 }
Example #6
0
 public function before()
 {
     parent::before();
 }
Example #7
0
 public function before()
 {
     parent::before();
     require_once VENPATH . 'phpseclib/Crypt/RSA.php';
 }
Example #8
0
 public function before()
 {
     parent::before();
     $this->template->breadcrumbs[] = 'Kontakt';
 }
Example #9
0
 public function before()
 {
     parent::before();
     $this->template->breadcrumbs[] = '<a href="/dashboard">Dashboard</a>';
 }
Example #10
0
 public function before()
 {
     parent::before();
     $this->template->breadcrumbs[] = '<a href="/diary">Tagebuch</a>';
     require_once VENPATH . 'phpseclib/Crypt/RSA.php';
 }