Quote:
Originally Posted by RoryF
PHP Code:
<if condition="$post['staffrank_closetag']">$post[staffrank_cloestag]</if> </div> </if>
Small typo that needs to fix, it causes the HTML Colors to carry on throughout the templates you edit. Change it to : -
PHP Code:
<if condition="$post['staffrank_closetag']">$post[staffrank_closetag]</if> </div> </if>
Thanks, fantastic addon!
|
What did you change? They look the same to me.