diff options
| -rw-r--r-- | app/views/index/about.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index 0c8ef2538..db55cfbc8 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -1,7 +1,9 @@ <div class="post content"> + <?php if (FreshRSS_Auth::hasAccess()) {?> <div class="link-back-wrapper"> <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a> </div> + <?php } ?> <h1><?= _t('index.about') ?></h1> |
