From a3d16d1cd6ec1b2fbba373177468a91a6ab49c99 Mon Sep 17 00:00:00 2001 From: spocky Date: Sun, 23 Sep 2007 20:06:37 +0000 Subject: - modified sidebar css - modified rightbar html/css - added patch to enabled ie6 :hover pseudo classes - modified boxes html/css to remove table tags and enable box floating - added 1st version of 3.4 greysme theme (needs more work, especially on ie6) --- templates/show_index.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/show_index.inc.php') diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index 86a99bbd..39a95c5b 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -47,17 +47,17 @@ if (isset($_REQUEST['xspf']) && isset ($_REQUEST['play_info'])){ _('Newest Albums')); - show_box_top('','info-box'); + show_box_top('','info-box box_newest_albums'); require Config::get('prefix') . '/templates/show_objects.inc.php'; show_box_bottom(); $objects = Stats::get_newest('artist'); $headers = array('f_name_link'=>_('Newest Artists')); - show_box_top('','info-box'); + show_box_top('','info-box box_newest_artists'); require Config::get('prefix') . '/templates/show_objects.inc.php'; show_box_bottom(); $objects = Stats::get_newest('genre'); $headers = array('f_link'=>_('Newest Genres')); - show_box_top('','info-box'); + show_box_top('','info-box box_newest_genres'); require Config::get('prefix') . '/templates/show_objects.inc.php'; show_box_bottom(); ?> -- cgit