summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl18
1 files changed, 13 insertions, 5 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 959bf5a99..a18e860fb 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -125,19 +125,27 @@
[% INCLUDE global/banner.html.tmpl %]
-<div id="header">
+<table border="0" cellspacing="0" cellpadding="0" id="header">
+<tr>
[% IF h1 %]
- <h1>[% h1 %]</h1>
+ <td>
+ <h1>[% h1 %]</h1>
+ </td>
[% END %]
[% IF h2 %]
- <h2>[% h2 %]</h2>
+ <td>
+ <h2>[% h2 %]</h2>
+ </td>
[% END %]
[% IF h3 %]
- <h3>[% h3 %]</h3>
+ <td>
+ <h3>[% h3 %]</h3>
+ </td>
[% END %]
-</div>
+</tr>
+</table>
[% IF message %]
<div id="message">[% message %]</div>