mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 11:28:33 +01:00
Note that this is currently kinda broken, please no bug reports on the bottom breadcrumb not showing! git-svn-id: file:///svn/phpbb/trunk@6402 89ea8834-ac86-4346-8a33-228a782c2dd0
8 lines
360 B
HTML
8 lines
360 B
HTML
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
|
|
<tr>
|
|
<td class="row1">
|
|
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
|
|
<p class="datetime">{S_TIMEZONE}</p>
|
|
</td>
|
|
</tr>
|
|
</table> |