Andrej
Well-known member
I wondering what could be wrong with the code below.
I added it to the top of the thread_view template, but the output is:
The custom blocks don't seem to appear for some reason. I'm lost, would be grateful for any insight.
Code:
<xen:sidebar>
<xen:if is="{$threadId} == 1">
<div class="section">
<div class="secondaryContent">
TEST123
</div>
</div>
<div class="section">
<div class="secondaryContent">
ALFA BETA GAMMA
</div>
</div>
</xen:if>
</xen:sidebar>
I added it to the top of the thread_view template, but the output is:
The custom blocks don't seem to appear for some reason. I'm lost, would be grateful for any insight.