summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-11-23 17:11:30 +0000
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-11 21:14:04 +0000
commit8ead8ac85785843b095c10d7bba532563e4d8dc1 (patch)
tree7146327f477dca6f888d626a121ecdd11ce82882 /templates
parent4ff161ba0b4b2fbb027ee2077330c08bd3a38073 (diff)
Remove comments_embed.tmpl (no longer needed)
Diffstat (limited to 'templates')
-rw-r--r--templates/comments_embed.tmpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/comments_embed.tmpl b/templates/comments_embed.tmpl
deleted file mode 100644
index 335e68624..000000000
--- a/templates/comments_embed.tmpl
+++ /dev/null
@@ -1,11 +0,0 @@
-<div class="comments-embed">
-<TMPL_IF NAME=COMMENTS>
-<TMPL_VAR NAME=COMMENTS>
-</TMPL_VAR>
-
-<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>