/**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('blueprints');
 }
Exemple #2
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('items');
 }
Exemple #3
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('craftings');
 }
Exemple #4
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('register');
 }
Exemple #5
0
 /**
  * Set the template.
  */
 public function __construct()
 {
     parent::__construct('admin');
 }
Exemple #6
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('index');
 }
Exemple #7
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('materials');
 }
Exemple #8
0
 /**
  * Set the used template.
  */
 function __construct()
 {
     parent::__construct('login');
 }
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('techniques');
 }
Exemple #10
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('characters');
 }
 /**
  * Set the used template.
  */
 function __construct()
 {
     parent::__construct('lostPassword');
 }
Exemple #12
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('options');
     $this->user = \SmartWork\User::getUserById($_SESSION['userId']);
 }