I am trying to replace the prefix_input template
I chose the content
I replaced it with content
But it's not working. Why?
Thank you
I chose the content
Code:
<xf:mustache name="#title">
<h3 class="menu-header">{{ mustache('title') }}</h3>
</xf:mustache>
I replaced it with content
Code:
<xf:if is="{$thread.node_id} == 141">
<xf:mustache name="#title">
<h3 class="menu-header">{{ mustache('title') }}</h3>
</xf:mustache>
<xf:else />
$0
</xf:if>
But it's not working. Why?
Thank you