diff options
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 0a49d5992..37dd39d6c 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -103,6 +103,11 @@ <ul> <li class="item"><a href="<?= _url('index', 'logs') ?>"><?= _t('gen.menu.logs') ?></a></li> <li class="item"><a href="<?= _url('index', 'about') ?>"><?= _t('gen.menu.about') ?></a></li> + <?php if (file_exists(TOS_FILENAME)) { ?> + <li class="item"> + <a href="<?= _url('index', 'tos') ?>"><?= _t('index.tos.title')?></a> + </li> + <?php } ?> <?= Minz_ExtensionManager::callHook('menu_other_entry') ?> </ul> </li> |
