diff options
Diffstat (limited to 'app/views/subscription/category.phtml')
| -rw-r--r-- | app/views/subscription/category.phtml | 5 |
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'); +} |
