maTh 4 лет назад
Родитель
Сommit
93f759fd4f
1 измененных файлов с 2 добавлено и 0 удалено
  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>