http://www.phpbbhacks.com/viewhack.php?id=1605
So, und in der Anleitung steht folgendes:
Code: Alles auswählen
#-----[ OPEN ]------------------------------------------------
#
/templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------------
# Near the end, around line 304
<!-- BEGIN switch_view -->
<table width="{BLOCK_SIZE}" cellspacing="0" cellpadding="2" border="0" align="top">
<tr>
<td align="left" valign="bottom"><span class="gensmall">{CURRENT_TIME}</span></td>
</tr>
<tr>
<td align="left" valign="bottom"><span class="nav"><a href="http://cmlms.3kd.net/index.php?page=2" class="nav">{L_INDEX}</a></span></td>
</tr>
</table>
<!-- END switch_view -->Meine eingesetzte PHPBB Version ist die 2.04
Vielen Dank im voraus.