view = $path["view"] . "help.php"; // TODO: Get data $this->title = text($this, "USER_NAME"); $this->name = text($this, "USER_NAME"); $this->description = text($this, "USER_NAME") . " - " . text($this, "USER_TAGLINE"); $this->favicon = $path["img"]["layout"] . "logo/logo.svg"; $this->icon = $path["img"]["layout"] . "logo/logo.svg"; $this->canonical = $root . $lang . "/"; $this->author = $root . $lang . "/"; } } ?>