From 3dbf9e1c82766fbaa508c8f06ff2792a0f2a9306 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 19 Mar 2009 16:01:41 +0000 Subject: Remove YUI grids hd and ft ids, we don't need and they're cluttering our HTML. --- themes/admin_default/views/admin.html.php | 35 ++++++++++++++----------------- themes/default/views/page.html.php | 14 +++++-------- 2 files changed, 21 insertions(+), 28 deletions(-) diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index f15bf152..55f0f884 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -37,20 +37,18 @@
-
- site_status() ?> -
- admin_header_top() ?> - - ">" id="gLogo" alt="" /> - - admin_header_bottom() ?> + site_status() ?> +
+ admin_header_top() ?> + + ">" id="gLogo" alt="" /> + + admin_header_bottom() ?>
@@ -67,12 +65,11 @@
-
-
- admin_footer() ?> - Footer -
- admin_credits() ?> +
+ admin_footer() ?> +
+ admin_credits() ?> +
admin_page_bottom() ?> 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 @@ page_top() ?>
-
- site_status() ?> -
- display("header.html") ?> -
+ site_status() ?> +
+ display("header.html") ?>
@@ -60,10 +58,8 @@ display("sidebar.html") ?>
-
-
- display("footer.html") ?> -
+
+ display("footer.html") ?>
page_bottom() ?> -- cgit v1.2.3