Kein Logout Button
Verfasst: 27.11.2004 16:04
Irgendwie fehlt in meinem Forum der Logout Button. Kann mir jemand sagen, wie ich diesen wieder einbauen kann?
Danke im Vorraus
Danke im Vorraus
Code: Alles auswählen
<table width="715" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" class="mainmenu"><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a> <a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>
<a href="http://www.fenito.de.vu/Forum/chatbox_mod/chatbox.php" target="_top" class="mainmenu"><img src="templates/Nosebleed/images/whoisonline.gif" width="0" height="0" border="0" alt="Hier gehts zum Chat" hspace="3" />Chat</a>
<a href="http://www.fenito.de.vu/framehome.html" class="mainmenu"><img src="templates/Nosebleed/images/whoisonline.gif" width="0" height="0" border="0" alt="Hier gehts zurück zur Homepage" hspace="3" />Home</a>
</tr>
</table>
Code: Alles auswählen
<table width="715" height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>
<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>
<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>
<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>
<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>
<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>
<a href="http://www.fenito.de.vu/Forum/chatbox_mod/chatbox.php" target="_top" class="mainmenu">Chat</a>
<a href="http://www.fenito.de.vu/framehome.html" target="_top" class="mainmenu">Home</a>
</td>
<td align="right">
<span class="mainmenu">
<a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
</span>
</td>
</tr>
</table>
Code: Alles auswählen
<table width="717" height="231" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><a href="{U_INDEX}"><img src="templates/NoseBleed/images/top_image.jpg" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
</tr>
</table>