Esempio n. 1
0
 /** 
  * @see Nette\Application\Control#render()
  */
 public function render()
 {
     $this->template->setFile(__DIR__ . '/Komentar.latte');
     $this->template->komentare = $this->clanok_komentar->najdiKomentar($this->id_hlavne_menu);
     $this->template->render();
 }