mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 01:32:25 +01:00
6 lines
458 B
PHP
Executable File
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>
|