|
@@ -82,6 +82,6 @@ $content_width = FreshRSS_Context::$user_conf->content_width;
|
|
|
?>
|
|
?>
|
|
|
<div id="stream" class="prompt alert alert-warn reader">
|
|
<div id="stream" class="prompt alert alert-warn reader">
|
|
|
<h2><?= _t('index.feed.empty') ?></h2>
|
|
<h2><?= _t('index.feed.empty') ?></h2>
|
|
|
- <a href="<?= _url('subscription', 'index') ?>"><?= _t('index.feed.add') ?></a><br /><br />
|
|
|
|
|
|
|
+ <a href="<?= _url('subscription', 'add') ?>"><?= _t('index.feed.add') ?></a><br /><br />
|
|
|
</div>
|
|
</div>
|
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|