diff options
author | spocky <spocky@ampache> | 2007-09-23 20:06:37 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-09-23 20:06:37 +0000 |
commit | a3d16d1cd6ec1b2fbba373177468a91a6ab49c99 (patch) | |
tree | 3bbcf6fed6979e22bcccf564a6b4fddfd53fa870 /templates/header.inc.php | |
parent | 1dfdf2afab8da95da8c814e3838b3393d88ae53c (diff) | |
download | ampache-a3d16d1cd6ec1b2fbba373177468a91a6ab49c99.tar.gz ampache-a3d16d1cd6ec1b2fbba373177468a91a6ab49c99.tar.bz2 ampache-a3d16d1cd6ec1b2fbba373177468a91a6ab49c99.zip |
- 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)
Diffstat (limited to 'templates/header.inc.php')
-rw-r--r-- | templates/header.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php index e4a95048..32009c36 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -65,7 +65,7 @@ if (Config::get('use_rss')) { ?> </a> </div><!--End topbarleft --> <div id="topbarright"> - <?php show_box_top(); ?> + <?php show_box_top('','box box_topbarright'); ?> <b><?php echo _('You are currently logged in as') . " " . $GLOBALS['user']->fullname; ?></b> <?php require_once Config::get('prefix') . '/templates/show_search_bar.inc.php'; ?> <?php show_box_bottom(); ?> @@ -76,7 +76,7 @@ if (Config::get('use_rss')) { ?> </div><!-- End sidebar --> <div id="rightbar"><!-- This is the rightbar --> <?php require_once Config::get('prefix') . '/templates/rightbar.inc.php'; ?> - </div> + </div><!-- End rightbar --> <!-- I hate IE... <table class="smeg-ie" width="100%"><tr><td> --> <!-- Tiny little iframe, used to cheat the system --> |