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