Yes it works with all versions.
1. Hack Updated
-No Bugs-
-*Reupload The New Image*-
2. For putting the button at the right the code should change fro this:
<if condition="$show['guest']">
<a href="register.php" target="_self"><img src="$stylevar[imgdir_button]/register.gif" border="0" align="left"/></a>
</if>
to
<if condition="$show['guest']">
<a href="register.php" target="_self"><img src="$stylevar[imgdir_button]/register.gif" border="0" align="right"/></a>
</if>
|