Hi, I haven't made any changes to authbox.tpl, but clicking the LogOff button does nothing. Here is the code from authbox.tpl:
Code:
{* $Id: authbox.tpl,v 1.12 2002/10/21 07:06:43 zorg Exp $ *}
<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%">
<form action="../include/login.php" method=post name=loginform>
<TR>
<TD class=VertMenuTitle height=26 width=26>[img]{$ImagesDir}/dingbats_authentification.gif[/img]</TD>
<TD class=VertMenuTitle height=26 valign=center width="80%" ><FONT class=VertMenuTitle>{$lng.lbl_authentication}</FONT></TD>
</TR>
<tr>
<td class=VertMenuBox > </td>
<td class=VertMenuBox valign="top" >
{$login}
{$lng.txt_logged_in}
{include file="buttons/logout_menu.tpl"}
</td>
</tr>
<input type=hidden name=mode value=logout>
<input type=hidden name=redirect value="{$redirect}">
</form>
</table>
Although nothing happens on the page, once I click LogOff a little icon shows up in my browser's (IE) status bar telling me there's an "Error on page." Clicking that icon tells me:
Quote:
Problems with this Web page might prevent it from being displayed properly or functioning properly.
Line: 1
Char: 1
Error: Object doesn't support this property or method
Code: 0
|
I don't understand, since Line 1 Char 1 is just the "h" from <html>
Help please!