mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@6834 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a512cc0f2e
commit
30c2aca53e
3 changed files with 3 additions and 21 deletions
|
@ -11,13 +11,6 @@
|
|||
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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 breadcrumbs.html -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
|
@ -71,14 +71,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<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 breadcrumbs.html -->
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
|
|
|
@ -6,11 +6,7 @@
|
|||
|
||||
<br clear="all" />
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<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>
|
||||
<!-- INCLUDE breadcrumbs.html -->
|
||||
|
||||
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue