aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/subSilver/template/message_body.html9
-rw-r--r--phpBB/styles/subSilver/template/search_body.html9
-rw-r--r--phpBB/styles/subSilver/template/ucp_footer.html6
3 files changed, 3 insertions, 21 deletions
diff --git a/phpBB/styles/subSilver/template/message_body.html b/phpBB/styles/subSilver/template/message_body.html
index 03c34041bf..f61a3e6365 100644
--- a/phpBB/styles/subSilver/template/message_body.html
+++ b/phpBB/styles/subSilver/template/message_body.html
@@ -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 --> \ No newline at end of file
diff --git a/phpBB/styles/subSilver/template/search_body.html b/phpBB/styles/subSilver/template/search_body.html
index 70952041e0..20385ef753 100644
--- a/phpBB/styles/subSilver/template/search_body.html
+++ b/phpBB/styles/subSilver/template/search_body.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" />
diff --git a/phpBB/styles/subSilver/template/ucp_footer.html b/phpBB/styles/subSilver/template/ucp_footer.html
index 2160717aba..3b40f90852 100644
--- a/phpBB/styles/subSilver/template/ucp_footer.html
+++ b/phpBB/styles/subSilver/template/ucp_footer.html
@@ -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>