Browse Source

changed about.phtml (#3790)

maTh 4 years ago
parent
commit
93f759fd4f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/views/index/about.phtml

+ 2 - 0
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>