Giuseppe Criscione d3e591f7c9 Initial commit
2018-06-16 16:41:58 +02:00

6 lines
458 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>