public function __construct($path = "") { parent::__construct(PORTFOLIO_PATH_TEMPLATES . "index.template.html", $path, "artefacts"); }
public function __construct($path = "") { parent::__construct(PORTFOLIO_PATH_TEMPLATES . "welcome.template.html"); $this->set_context($this->generate_context("start")); $this->set_content(); }