template = $path["template"] . "post.php"; $this->post = new Post($this->db, $this->lang, $id); $this->title = $this->post->title . " - " . $data["name"]; $this->description = $this->post->title . " - " . $data["name"]; if (sizeof($this->post->image) > 0){ $this->icon = $static["content"] . "blog/" . $this->post->image[0]->image; } else{ $this->icon = $static["layout"] . "logo/logo.svg"; } $this->canonical = $base_url . "/blog/" . $this->post->permalink . "/"; } } ?>