mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-06 07:28:29 -05:00
@@ -46,7 +46,7 @@
|
||||
</div>
|
||||
|
||||
<?php } else { ?>
|
||||
<div class="prompt alert alert-warn">
|
||||
<div id="stream" class="prompt alert alert-warn global">
|
||||
<h2><?php echo _t('no_feed_to_display'); ?></h2>
|
||||
<a href="<?php echo _url('configure', 'feed'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br />
|
||||
</div>
|
||||
|
||||
@@ -183,7 +183,7 @@ if (!empty($this->entries)) {
|
||||
<?php $this->partial ('nav_entries'); ?>
|
||||
|
||||
<?php } else { ?>
|
||||
<div class="prompt alert alert-warn">
|
||||
<div id="stream" class="prompt alert alert-warn normal">
|
||||
<h2><?php echo _t('no_feed_to_display'); ?></h2>
|
||||
<a href="<?php echo _url('configure', 'feed'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br />
|
||||
</div>
|
||||
|
||||
@@ -37,7 +37,7 @@ if (!empty($this->entries)) {
|
||||
</div>
|
||||
|
||||
<?php } else { ?>
|
||||
<div class="prompt alert alert-warn">
|
||||
<div id="stream" class="prompt alert alert-warn reader">
|
||||
<h2><?php echo _t('no_feed_to_display'); ?></h2>
|
||||
<a href="<?php echo _url('configure', 'feed'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user