|
@@ -88,7 +88,7 @@
|
|
|
<a href="<?= _url('index', 'about') ?>"><?= _t('gen.menu.about') ?></a>
|
|
<a href="<?= _url('index', 'about') ?>"><?= _t('gen.menu.about') ?></a>
|
|
|
</li>
|
|
</li>
|
|
|
<?php if (file_exists(TOS_FILENAME)) { ?>
|
|
<?php if (file_exists(TOS_FILENAME)) { ?>
|
|
|
- <li class="item">
|
|
|
|
|
|
|
+ <li class="item<?= Minz_Request::actionName() === 'tos' ? ' active' : '' ?>">
|
|
|
<a href="<?= _url('index', 'tos') ?>"><?= _t('index.tos.title')?></a>
|
|
<a href="<?= _url('index', 'tos') ?>"><?= _t('index.tos.title')?></a>
|
|
|
</li>
|
|
</li>
|
|
|
<?php } ?>
|
|
<?php } ?>
|