I don't know if this explains it, but here's the bit from my template, just modified.
Code:
<if condition="$bbuserinfo['userid']"><td width="39"><table width="78" height="39" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="$stylevar[imgdir_misc]/logout.gif"><A HREF="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()"
onMouseOver="JSFX.fadeIn('logout')"
onMouseOut="JSFX.fadeOut('logout')"><img name="logout" class="imgFader"
src="$stylevar[imgdir_misc]/logout.gif" width="78" height="39" border="0"></A></td>
</tr>
</table></td></if>