Example #1
0
 /** Akcia pre zobrazenie polozky.
  * @param int $id Id polozky
  */
 public function actionDefault($id = 1)
 {
     if (($this->zobraz_clanok = $this->hlavne_menu_lang->getOneArticleId($id, $this->language_id, $this->id_reg)) === FALSE) {
         $this->setView('notFound');
     }
 }