template = $path["template"] . "album.php"; $this->album = new Album($this->db, $this->lang, $id); $this->title = $this->album->title . " - " . $data["name"]; $this->description = $this->album->title . " - " . $data["name"]; $this->canonical = $base_url . "/galeria/" . $this->album->permalink; } } ?>