page.tmpl: optionally include "add comment" link
parent
8776c76e32
commit
1c1437995c
|
@ -71,6 +71,16 @@
|
||||||
<div id="comments">
|
<div id="comments">
|
||||||
<TMPL_VAR COMMENTS>
|
<TMPL_VAR COMMENTS>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<TMPL_UNLESS COMMENTURL>
|
||||||
|
<div class="addcomment">Comments on this page are closed.</div>
|
||||||
|
</TMPL_UNLESS>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<TMPL_IF COMMENTURL>
|
||||||
|
<div class="addcomment">
|
||||||
|
<a href="<TMPL_VAR COMMENTURL>">Add a comment</a>
|
||||||
|
</div>
|
||||||
</TMPL_IF>
|
</TMPL_IF>
|
||||||
|
|
||||||
<div id="footer" class="pagefooter">
|
<div id="footer" class="pagefooter">
|
||||||
|
|
Loading…
Reference in New Issue