Replace this
HTML Code:
<tr>
<!-- v3 Arcade -->
<tr>
with this
HTML Code:
<!-- v3 Arcade -->
<tr>
and replace this
HTML Code:
<!-- /v3 Arcade -->
<td class="$navclass[profile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td>
</tr>
with this
HTML Code:
<!-- /v3 Arcade -->
<tr>
<td class="$navclass[profile]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td>
</tr>