public function kategorie() { $this->template->title = "Kategorie"; $this->template->subTitle = "Wybór stron według kategorii"; $this->template->content = new View('kategorie'); }
to są zmienne które widzę jedynie w szablonie,
public function kategorie() { $this->template->title = "Kategorie"; $this->template->subTitle = "Wybór stron według kategorii"; $this->template->content = new View('kategorie'); }