MattW
Well-known member
I'm trying to change what is being displayed in thread_view using Template Modification
This is my template modification
However, it's not displaying what I want in thread_view
I've checked the source looking at the content div
But it's displaying the contents of the else statement.
Any idea why this isn't working as expected?
This is my template modification
Code:
<xen:if is="{$contentTemplate} == 'thread_view'">
<div id="slidingDiv">
Matt Test 1
</div>
<xen:else />
$0
</xen:if>
However, it's not displaying what I want in thread_view
I've checked the source looking at the content div
Code:
<div id="content" class="thread_view">
But it's displaying the contents of the else statement.
Any idea why this isn't working as expected?