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