/** * Set the used template. */ public function __construct() { parent::__construct('blueprints'); }
/** * Set the used template. */ public function __construct() { parent::__construct('items'); }
/** * Set the used template. */ public function __construct() { parent::__construct('craftings'); }
/** * Set the used template. */ public function __construct() { parent::__construct('register'); }
/** * Set the template. */ public function __construct() { parent::__construct('admin'); }
/** * Set the used template. */ public function __construct() { parent::__construct('index'); }
/** * Set the used template. */ public function __construct() { parent::__construct('materials'); }
/** * Set the used template. */ function __construct() { parent::__construct('login'); }
/** * Set the used template. */ public function __construct() { parent::__construct('techniques'); }
/** * Set the used template. */ public function __construct() { parent::__construct('characters'); }
/** * Set the used template. */ function __construct() { parent::__construct('lostPassword'); }
/** * Render and output the template * * @return void */ public function render() { $this->template->assign('user', $this->user); parent::render(); }