Why would the comments display like that? I am trying to add in showthread template, above
Quote:
<if condition="$show['adminoptions']">
|
Quote:
<if condition="$show['<!-- Lionel: Add update icon -->modcplink']">
code here
</if>
<<!-- / Lionel: Add update icon -->if condition="$show['adminoptions']">
|
shouldn't it be
Quote:
Quote:
<!-- Lionel: Add update icon --><if condition="$show['modcplink']">
code here
</if>
<!-- / Lionel: Add update icon --> <if condition="$show['adminoptions']">
|
|