Esempio n. 1
0
 function __construct()
 {
     require 'libs/mark/michelf/markdown.inc.php';
     parent::__construct();
     auth::HandleLogin();
     $this->view->titl = 'Admin area';
     $this->view->canon = 'feedback';
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     auth::HandleLogin();
     //$this->view->js = array('dashboard/js/default.js');
     $this->view->titl = 'Web Jobs | Web Jobs Board | Dotnetnow jobs index';
     $this->view->canon = 'dashboard';
     $this->view->description = 'Find Web developers. Post Web jobs into the inboxes of active Web developers today. DotNetNow: the trusted Web Jobs board since 2010.';
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     auth::HandleLogin();
     $this->view->titl = 'Subscriber page';
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     auth::HandleLogin();
     $this->view->titl = 'Тайтл для ' . $_SESSION['role'] . ' страницы с Дашбордом';
 }