view = $path["view"] . "monster.php"; $this->monster = new Monster($db, $id); $this->title = $this->monster->monster->name ." - SWDB"; $this->description = "Owned " . $this->monster->monster->name; $this->canonical = $root . "monster/" . $id; } } ?>