Exemplo n.º 1
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('blueprints');
 }
Exemplo n.º 2
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('items');
 }
Exemplo n.º 3
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('craftings');
 }
Exemplo n.º 4
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('register');
 }
Exemplo n.º 5
0
 /**
  * Set the template.
  */
 public function __construct()
 {
     parent::__construct('admin');
 }
Exemplo n.º 6
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('index');
 }
Exemplo n.º 7
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('materials');
 }
Exemplo n.º 8
0
 /**
  * Set the used template.
  */
 function __construct()
 {
     parent::__construct('login');
 }
Exemplo n.º 9
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('techniques');
 }
Exemplo n.º 10
0
 /**
  * Set the used template.
  */
 public function __construct()
 {
     parent::__construct('characters');
 }
Exemplo n.º 11
0
 /**
  * Set the used template.
  */
 function __construct()
 {
     parent::__construct('lostPassword');
 }
Exemplo n.º 12
0
 /**
  * Render and output the template
  *
  * @return void
  */
 public function render()
 {
     $this->template->assign('user', $this->user);
     parent::render();
 }