Quote:
|
Originally Posted by BoB <if condition="$post['countone']"><div> Counter One: $post[countone]</div></if>
<if condition="$post['$post['counttwo']"><div>Counter Two: $post[counttwo] <div></if>
<if condition="$post['$post['countthree']"><div>Counter Three: $post[$post[countthree]</div></if>
that dont look right??
the first 1 works ok but if you add the second and third count it throughs up a error in the template |
yep my bad
thats what happens when you copy and paste **** hehe
<if condition="$post['countone']"><div> Counter One: $post[countone]</div></if>
<if condition="$post['counttwo']"><div>Counter Two: $post[counttwo] <div></if>
<if condition="$post['countthree']"><div>Counter Three: $post[countthree]</div></if>