view = PATH::VIEW . "monster.php"; $this->unit = new Unit($id); $this->title = $this->unit->unit->name ." - SWDB"; $this->description = "Owned " . $this->unit->unit->name; $this->canonical = URL::BASE . "monster/" . $id; } } ?>