If you really added
<td bgcolor="$cpnav[3]"><smallfont><b><a href="member.php?s=$session[sessionhash]action=editavatar">Avatar</a></b></smallfont></td>
then I think you're missing an &... It should be
<td bgcolor="$cpnav[3]"><smallfont><b><a href="member.php?s=$session[sessionhash]&action=editavatar">Avatar</a></b></smallfont></td>
Also the bgcolor doesn't work correctly here... When you click on "Avatar", "Options" is marked instead. Make sure to change all the numbers after the place you insert the new option to get the correct results.
|