Path : /srv/www/vhosts/stakk/app/presenters/ |
Current File : //srv/www/vhosts/stakk/app/presenters/ProjekcniAInzenyrskaCinnostPresenter.php |
<?php /** * Stavba presenter. * * @author Jiří Zajíc (Flipcom) * @package Stakk */ class ProjekcniAInzenyrskaCinnostPresenter extends BasePresenter { public function renderDefault() { $this->redirect('ProjekcniAInzenyrskaCinnost:projektovaDokumentace'); } public function renderKontakt() { $this->template->kontakt = true; } }