git-svn-id: file:///svn/phpbb/trunk@6834 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher 2007-01-03 19:38:12 +00:00
parent a512cc0f2e
commit 30c2aca53e
3 changed files with 3 additions and 21 deletions

View file

@ -11,13 +11,6 @@
<br clear="all" /> <br clear="all" />
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> <!-- INCLUDE breadcrumbs.html -->
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p>
<p class="datetime">{S_TIMEZONE}</p>
</td>
</tr>
</table>
<!-- INCLUDE overall_footer.html --> <!-- INCLUDE overall_footer.html -->

View file

@ -71,14 +71,7 @@
</div> </div>
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> <!-- INCLUDE breadcrumbs.html -->
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a></p>
<p class="datetime">{S_TIMEZONE}</p>
</td>
</tr>
</table>
<br clear="all" /> <br clear="all" />

View file

@ -6,11 +6,7 @@
<br clear="all" /> <br clear="all" />
<table class="tablebg" width="100%" cellspacing="1"> <!-- INCLUDE breadcrumbs.html -->
<tr>
<td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
</tr>
</table>
<div align="right"><!-- INCLUDE jumpbox.html --></div> <div align="right"><!-- INCLUDE jumpbox.html --></div>