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.phtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/subscription/category.phtml b/app/views/subscription/category.phtml
new file mode 100644
index 000000000..38746f23c
--- /dev/null
+++ b/app/views/subscription/category.phtml
@@ -0,0 +1,5 @@
+<?php
+
+if ($this->category) {
+ $this->renderHelper('category/update');
+}