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