ACC SHELL
<h1><?= $this->translate('iso-nadpis'); ?></h1>
<div class="iso-download">
<?php
$href = $this->lang == 'en' ? "/files/iso-en.pdf" : "/files/iso.pdf";
?>
<a title="<?= $this->translate('iso-alt'); ?>" href="<?= $href ?>" >
<img class="vop" width="100" height="101" src="/images/pdf-icon.png" alt="<?= $this->translate('iso-alt'); ?>"/>
</a>
<a title="<?= $this->translate('iso-alt'); ?>" href="/files/fsc.pdf" >
<img class="vop" width="100" height="101" src="/images/pdf-icon.png" alt="<?= $this->translate('iso-alt'); ?>"/>
</a>
</div>
<p class="iso-thin"><?= $this->translate('iso-text'); ?></p>
ACC SHELL 2018