squishi
05-06-2009, 01:33 PM
Is there a variable I can use in the SHOWTHREAD template to check if the page is the first page of a thread?
I want to do something like this:
<if condition="$thread[pagecount] == 1">
//show something only on first page of thread
</if>
I want to do something like this:
<if condition="$thread[pagecount] == 1">
//show something only on first page of thread
</if>