tp = new $plugin($page); } parent::__construct($page); //if ($page[0] == "add") {$page[0] = "edit";}; if (is_file(dirname(dirname(__FILE__)).'/views/traininggoals/'.$this->name."_".$page[0].'.html')) { $this->setTemplate($this->name."_".$page[0]); } } public function setNavigation() { //$this->navigation []= array('title'=>_('View'), 'url'=>"training_plans/view", 'current'=>$this->is_current_page($this->page[0], "view")); //$this->navigation []= array('title'=>_('Add'), 'url'=>"training_plans/training_plan/add", 'current'=>$this->is_current_page($this->page[0], "add")); } } ?>