I added "$logincode" into the left template and almost everything is displaying again. Why is that?
All that still doesn't work is the following code that I put into the logout template:
I tried calling the $avatar, but that didn't help.
Here's what is in the avatar template:
Quote:
<table border=1 width=100% bordercolor="990000" cellpadding=0 cellspacing=0>
<tr>
<td>
<a href="$bburl/member.php?s=&action=editavatar" img src="$bburl/$newsavatarurl" border="0"></a>
</td>
</tr>
</table>
|