Remove comments_embed.tmpl (no longer needed)
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sun, 23 Nov 2008 17:11:30 +0000 (17:11 +0000)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Thu, 11 Dec 2008 21:14:04 +0000 (21:14 +0000)
templates/comments_embed.tmpl [deleted file]

diff --git a/templates/comments_embed.tmpl b/templates/comments_embed.tmpl
deleted file mode 100644 (file)
index 335e686..0000000
+++ /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>