summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-03-19 16:01:41 +0000
committerChad Kieffer <chad@2tbsp.com>2009-03-19 16:01:41 +0000
commit3dbf9e1c82766fbaa508c8f06ff2792a0f2a9306 (patch)
treed64aaa791e29a24e8d3045b7d1dd307ed0b15981 /themes/default
parent1004c58490a782b88fe3c445dccfbb6c7755840c (diff)
Remove YUI grids hd and ft ids, we don't need and they're cluttering our HTML.
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() ?>