Файл: sys/themes/black_touch/tpl/inc.foot.tpl.php
Строк: 15
<? if ($actions) { ?>
<div id="actions">
<?= $this->section($actions, '<a class="gradient_blue border" href="{1}"><img src="/sys/themes/black_touch/img/act.png" alt="*" /> {0}</a>'); ?>
</div>
<? } ?>
<? if ($returns OR !IS_MAIN) { ?>
<div id="returns">
<?= $this->section($returns, '<a class="gradient_grey border" href="{1}"><img src="/sys/themes/black_touch/img/back.png" alt="*" /> {0}</a>'); ?>
<? if (!IS_MAIN) { ?>
<a class="gradient_grey border" href='/'><img src="/sys/themes/black_touch/img/home.png" alt="*" /> <?= __("На главную") ?></a>
<? } ?>
</div>
<? } ?>