page = $page; $this->setNavigation(); } public function is_current_page($current, $page) { if ($current==$page) return 1; return 0; } public function setTemplate($templ) { $this->template = $templ; } } ?>