Ich habe in meiner overall_header.tpl folgenden Code eingebaut.
Code: Alles auswählen
<!-- BEGIN switch_countdown_on -->
<table align="center" width="100%" cellspacing="0" cellpadding="5" border="0" class="bodyline">
<tr>
<th align="center" colspan="3" class="thtop"><span class="thhead">{TITLE}</span></th>
</tr>
<tr>
<form name="clock">
<td align="left" valign="center" width="20%">{IMG_LEFT}</td>
<td align="center" width="60%">
{L_DAYS} <input name="days" size=4 style="border: 0px">
<span style="display: {FULL_DISPLAY};">-
<input name="hours" size=2 style="border: 0px"> :
<input name="mins" size=2 style="border: 0px"> :
<input name="secs" size=2 style="border: 0px">
</span><br /><br /><span class="nav">{DESC}</span></td>
<td align="right" valign="center" width="20%">{IMG_RIGHT}</td>
</tr>
</form>
</table>
<!-- END switch_countdown_on -->Theoretisch - soweit meine Kenntnisse richtig sind- wird das mit folgendem Code erreicht:
<!-- Begin switch_user_logged_in -->
:
<!-- END switch_user_logged_in -->
Aber: in meinem Fall passiert nichts!
Was ist mein Fehler??