summaryrefslogtreecommitdiff
path: root/templates/comments_comment.tmpl
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-11-18 10:17:18 +0000
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-11 21:14:02 +0000
commit3d4aa065d6a689a017c98e7ea8b80da0b65ae361 (patch)
treefbea950b7fc2098e039366bbd6c20fc7deec23a2 /templates/comments_comment.tmpl
parent3c9ccb406b2260c149be387508a097fe6fdb3c93 (diff)
postcomment: Rename plugin to comments, use *._comment files
The PageSpec is still called "postcomment" since that's what it means.
Diffstat (limited to 'templates/comments_comment.tmpl')
-rw-r--r--templates/comments_comment.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/comments_comment.tmpl b/templates/comments_comment.tmpl
new file mode 100644
index 000000000..8c89458f3
--- /dev/null
+++ b/templates/comments_comment.tmpl
@@ -0,0 +1,10 @@
+<TMPL_VAR BODY>
+<TMPL_IF NAME="SUBJECT">
+[[!meta title="<TMPL_VAR NAME="SUBJECT" ESCAPE=HTML>"]]
+</TMPL_IF>
+<TMPL_IF NAME="AUTHOR">
+[[!meta author="<TMPL_VAR NAME="AUTHOR" ESCAPE=HTML>"]]
+</TMPL_IF>
+<TMPL_IF NAME="AUTHORURL">
+[[!meta authorurl="<TMPL_VAR NAME="AUTHORURL" ESCAPE=HTML>"]]
+</TMPL_IF>