diff options
author | spocky <spocky@ampache> | 2007-08-07 21:58:45 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-08-07 21:58:45 +0000 |
commit | 2a7030d1f1a21397b4b2757100e55414d42c819c (patch) | |
tree | ca666772fc06da055c8228eecb97e4c484eed78d /templates/sidebar.inc.php | |
parent | 14c5f8c0956ba5ad1e963921dc72845cd31f1301 (diff) | |
download | ampache-2a7030d1f1a21397b4b2757100e55414d42c819c.tar.gz ampache-2a7030d1f1a21397b4b2757100e55414d42c819c.tar.bz2 ampache-2a7030d1f1a21397b4b2757100e55414d42c819c.zip |
almost finished sidebar stuff
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 7f7f2417..f7aff7c4 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -61,7 +61,7 @@ $ajax_url = Config::get('ajax_url'); <!-- <li <?php echo $sidebar_player; ?> onclick="ajaxPut('<?php echo $ajax_url; ?>?action=sidebar&button=player');" > </li> --> -<li id="sb_Logout" class="sb1"> +<li id="sb_tab_logout" class="sb1"> <a href="<?php echo Config::get('web_path'); ?>/logout.php"> <?php echo get_user_icon('logout',_('Logout')); ?> </a> |