PDA

View Full Version : My Inmaking Modification


TrueDeath
04-09-2005, 04:48 PM
Hi, im almsot finished making my mod, but im trying to figure out how to do this bit,
in templates it has:

<if condition="$post['signature']">
<div>
__________________<br />
$post[signature]
</div>
</if>

Im trying to make it show something if there isnt a signature, is there not a code like <else>?

Princeton
04-09-2005, 05:00 PM
<if condition="">

<else />

</if>

TrueDeath
04-09-2005, 05:20 PM
ah ty mate :D