summaryrefslogtreecommitdiff
path: root/templates/comments_embed.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/comments_embed.tmpl')
-rw-r--r--templates/comments_embed.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/comments_embed.tmpl b/templates/comments_embed.tmpl
new file mode 100644
index 000000000..cbb9247f2
--- /dev/null
+++ b/templates/comments_embed.tmpl
@@ -0,0 +1,7 @@
+<div class="comments-embed">
+<TMPL_IF NAME=DISABLED>
+[Posting comments disabled: <TMPL_VAR NAME=DISABLED>]
+<TMPL_ELSE>
+<a href="<TMPL_VAR CGIURL ESCAPE=HTML>?do=comment&amp;page=<TMPL_VAR PAGE ESCAPE=URL>">Post a comment</a>
+</TMPL_IF>
+</div>