diff options
| author | 2021-08-20 23:25:27 +0200 | |
|---|---|---|
| committer | 2021-08-20 23:25:27 +0200 | |
| commit | 93f759fd4f88cc624b46700f73fb8839e450f820 (patch) | |
| tree | a63a2da87be1fc1a5dbc3c0aee60695aea81bf8e | |
| parent | 7728b346d374eb8bb096a67dc0c2dcfb49d2c95e (diff) | |
changed about.phtml (#3790)
| -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> |
