From 46a67a4b6d922c54bf001c7faa1311b5f4ef4c7e Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 9 Nov 2008 23:03:50 +0000 Subject: IE fixes, sidebar is now fixed in IE (we were missing a yui-g class). Removed .first class, it's not needed, at least not now. Moved all top-level layout containers to page.html.php so that if themers want to replace YUI grids with something else, like Blueprint, they only really need to edit page.html.php. --- themes/default/views/page.html.php | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'themes/default/views/page.html.php') diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index f394b076..2f6a30d4 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -9,24 +9,36 @@ media="screen,print,projection" /> " media="screen,print,projection" /> - " media="screen,print,projection" /> + " + media="screen,print,projection" /> -
- display("header.html") ?> +
+
+
+ display("header.html") ?> +
+
-
- +
+
+ +
- display("sidebar.html") ?> +
+ display("sidebar.html") ?> +
+
+
+
+ display("footer.html") ?> +
- display("footer.html") ?>
in_place_edit(); ?> -- cgit v1.2.3