comments_embed.tmpl: include the inlined comments if present
parent
286dbb0541
commit
3a46e7c7f1
|
@ -1,4 +1,8 @@
|
||||||
<div class="comments-embed">
|
<div class="comments-embed">
|
||||||
|
<TMPL_IF NAME=COMMENTS>
|
||||||
|
<TMPL_VAR NAME=COMMENTS>
|
||||||
|
</TMPL_VAR>
|
||||||
|
|
||||||
<TMPL_IF NAME=DISABLED>
|
<TMPL_IF NAME=DISABLED>
|
||||||
[Posting comments disabled: <TMPL_VAR NAME=DISABLED>]
|
[Posting comments disabled: <TMPL_VAR NAME=DISABLED>]
|
||||||
<TMPL_ELSE>
|
<TMPL_ELSE>
|
||||||
|
|
Loading…
Reference in New Issue