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