aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/reader.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/index/reader.phtml')
-rw-r--r--app/views/index/reader.phtml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml
index b408e3480..3bd644367 100644
--- a/app/views/index/reader.phtml
+++ b/app/views/index/reader.phtml
@@ -1,7 +1,9 @@
-<?php /** @var FreshRSS_View $this */ ?>
<?php
-$this->partial('aside_feed');
-$this->partial('nav_menu');
+/** @var FreshRSS_View $this */
+if (!Minz_Request::param('ajax')) {
+ $this->partial('aside_feed');
+ $this->partial('nav_menu');
+}
call_user_func($this->callbackBeforeEntries, $this);