aboutsummaryrefslogtreecommitdiff
path: root/app/views/subscription/category.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/subscription/category.phtml')
-rw-r--r--app/views/subscription/category.phtml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/subscription/category.phtml b/app/views/subscription/category.phtml
index 90de4e11b..0b63ebc17 100644
--- a/app/views/subscription/category.phtml
+++ b/app/views/subscription/category.phtml
@@ -1,5 +1,9 @@
-<?php /** @var FreshRSS_View $this */ ?>
<?php
+/** @var FreshRSS_View $this */
+
+if (!Minz_Request::paramBoolean('ajax')) {
+ $this->partial('aside_subscription');
+}
if ($this->category) {
$this->renderHelper('category/update');
}