view = $path["view"] . "project.php"; $this->project = new Project($this->db, $this->lang, $id); $this->title = $this->project->title . " - " . text($this, "USER_NAME"); $this->description = $this->project->header; if (strlen($this->project->logo) > 0){ $this->icon = $static["content"] . "project/" . $this->project->logo; } else{ $this->icon = $static["layout"] . "logo/logo.svg"; } $this->canonical = $base_url . "/project/" . $this->project->permalink . "/"; } } ?>