summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/main.php b/templates/main.php
index b220f14d1..ce753d317 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -3,7 +3,6 @@
<!-- End of Dialogs -->
<?php
-if ($_['feedid']) {
$showAll = OCP\Config::getUserValue(OCP\USER::getUser(), 'news', 'showAll');
@@ -17,6 +16,8 @@ if($showAll) {
$viewButtonClass = 'show_unread';
}
+echo $this->inc("part.dialogues");
+
?>
<div id="leftcontent_news" class="leftcontent_news">
@@ -57,9 +58,3 @@ if($showAll) {
</div>
-<?php
- } else {
- echo $this->inc("part.nofeeds");
- }
-
- echo $this->inc("part.dialogues");