aboutsummaryrefslogtreecommitdiff
path: root/app/views/tag
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/tag')
-rw-r--r--app/views/tag/getTagsForEntry.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/tag/getTagsForEntry.phtml b/app/views/tag/getTagsForEntry.phtml
new file mode 100644
index 000000000..76b2ada4e
--- /dev/null
+++ b/app/views/tag/getTagsForEntry.phtml
@@ -0,0 +1,2 @@
+<?php
+echo json_encode($this->tags);