summaryrefslogtreecommitdiffstats
path: root/templates/sidebar.inc.php
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-09-23 20:06:37 +0000
committerspocky <spocky@ampache>2007-09-23 20:06:37 +0000
commita3d16d1cd6ec1b2fbba373177468a91a6ab49c99 (patch)
tree3bbcf6fed6979e22bcccf564a6b4fddfd53fa870 /templates/sidebar.inc.php
parent1dfdf2afab8da95da8c814e3838b3393d88ae53c (diff)
downloadampache-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/sidebar.inc.php')
-rw-r--r--templates/sidebar.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index f7aff7c4..bc76657e 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -62,7 +62,7 @@ $ajax_url = Config::get('ajax_url');
</li>
-->
<li id="sb_tab_logout" class="sb1">
- <a href="<?php echo Config::get('web_path'); ?>/logout.php">
+ <a href="<?php echo Config::get('web_path'); ?>/logout.php" id="sidebar_logout" >
<?php echo get_user_icon('logout',_('Logout')); ?>
</a>
</li>