ACC SHELL

Path : /srv/www/vhosts/stakk/app/presenters/
File Upload :
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;
    }
    
}

ACC SHELL 2018