diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/report_body.html')
-rw-r--r-- | phpBB/styles/subSilver/template/report_body.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/phpBB/styles/subSilver/template/report_body.html b/phpBB/styles/subSilver/template/report_body.html index ca66a9d5f2..7065f0f35d 100644 --- a/phpBB/styles/subSilver/template/report_body.html +++ b/phpBB/styles/subSilver/template/report_body.html @@ -33,14 +33,7 @@ <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><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p> - <p class="datetime">{S_TIMEZONE}</p> - </td> -</tr> -</table> +<!-- INCLUDE breadcrumbs.html --> <div style="float: right;"><!-- INCLUDE jumpbox.html --></div> |