From 7329cb0dde260f022178c7965f6240660d08da28 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 7 Nov 2008 05:03:00 +0000 Subject: Added YUI 2.6.0 CSS collection to lib (reset-gonts-grids and base) and call these rather than CDN versions, for now. Renamed default theme's style sheet to screen.css, recommend that CSS files be named for the primary media they support. Removed unused YUI JS component calls from the default theme. --- themes/default/views/page.html.php | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'themes/default/views') diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 1aca82e4..f33c7eff 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -1,24 +1,19 @@ - + <?= _("Browse Photos") ?> :: <?= $item->title ?> - - - " media="screen,projection" /> - - - - - - - - - + " media="screen,print,projection" /> + " media="screen,print,projection" /> + " media="screen,print,projection" /> - +
display("header.html") ?>
@@ -27,7 +22,6 @@
- display("sidebar.html") ?> display("footer.html") ?> -- cgit v1.2.3