summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/views/page.html.php14
1 files changed, 5 insertions, 9 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php
index 6bbce475..893e6f9b 100644
--- a/themes/default/views/page.html.php
+++ b/themes/default/views/page.html.php
@@ -41,11 +41,9 @@
<body>
<?= $theme->page_top() ?>
<div id="doc4" class="yui-t5 gView">
- <div id="hd">
- <?= $theme->site_status() ?>
- <div id="gHeader">
- <?= $theme->display("header.html") ?>
- </div>
+ <?= $theme->site_status() ?>
+ <div id="gHeader">
+ <?= $theme->display("header.html") ?>
</div>
<div id="bd">
<div id="yui-main">
@@ -60,10 +58,8 @@
<?= $theme->display("sidebar.html") ?>
</div>
</div>
- <div id="ft">
- <div id="gFooter">
- <?= $theme->display("footer.html") ?>
- </div>
+ <div id="gFooter">
+ <?= $theme->display("footer.html") ?>
</div>
</div>
<?= $theme->page_bottom() ?>