|
|
@@ -120,7 +120,9 @@ $today = @strtotime('today');
|
|
|
</div>
|
|
|
<div class="prompt alert alert-warn">
|
|
|
<h2 class="alert-head"><?= _t('index.feed.empty') ?></h2>
|
|
|
- <p><a href="<?= _url('subscription', 'add') ?>"><?= _t('index.feed.add') ?></a></p>
|
|
|
+ <?php if (FreshRSS_Auth::hasAccess()) { ?>
|
|
|
+ <p><a href="<?= _url('subscription', 'add') ?>"><?= _t('index.feed.add') ?></a></p>
|
|
|
+ <?php } ?>
|
|
|
</div>
|
|
|
</main>
|
|
|
<?php endif; ?>
|