Giuseppe Criscione 270d6fc793 Fix hard tabs
2018-06-16 17:49:27 +02:00

6 lines
467 B
PHP
Executable File

<div class="tabs">
<a class="tabs-tab<?= $tab == 'system' ? ' active' : '' ?>" href="<?= $this->uri('/options/system/') ?>"><?= $this->label('options.system') ?></a>
<a class="tabs-tab<?= $tab == 'site' ? ' active' : '' ?>" href="<?= $this->uri('/options/site/') ?>"><?= $this->label('options.site') ?></a>
<a class="tabs-tab<?= $tab == 'info' ? ' active' : '' ?>" href="<?= $this->uri('/options/info/') ?>"><?= $this->label('options.info') ?></a>
</div>