コード例 #1
0
ファイル: feedback.php プロジェクト: vistazp/boatseller
 function __construct()
 {
     require 'libs/mark/michelf/markdown.inc.php';
     parent::__construct();
     auth::HandleLogin();
     $this->view->titl = 'Admin area';
     $this->view->canon = 'feedback';
 }
コード例 #2
0
ファイル: dashboard.php プロジェクト: vistazp/boatseller
 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.';
 }
コード例 #3
0
ファイル: subscription.php プロジェクト: vistazp/boatseller
 function __construct()
 {
     parent::__construct();
     auth::HandleLogin();
     $this->view->titl = 'Subscriber page';
 }
コード例 #4
0
ファイル: user.php プロジェクト: vistazp/boatseller
 function __construct()
 {
     parent::__construct();
     auth::HandleLogin();
     $this->view->titl = 'Тайтл для ' . $_SESSION['role'] . ' страницы с Дашбордом';
 }