ACC SHELL
<div id="other-menu" class="other-menu">
<ul>
<li><a href="<?= $this->Url(array('controller' => 'index', 'action' => 'index', 'lang' => $this->lang) ) ?>" title="aktuality"><?= $this->translate('other-menu-uvod'); ?></a></li>
<li><a href="<?= $this->Url(array('controller' => 'index', 'action' => 'download', 'lang' => $this->lang) ) ?>" title="download"><?= $this->translate('other-menu-download'); ?></a></li>
<li class="last"><a href="<?= $this->Url(array('controller' => 'kontakt', 'action' => 'index', 'lang' => $this->lang) ) ?>" title="kontakty"><?= $this->translate('other-menu-kontakty'); ?></a></li>
</ul>
</div>
ACC SHELL 2018