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