diff options
author | xgizzmo <xgizzmo@ampache> | 2007-07-24 01:43:42 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-07-24 01:43:42 +0000 |
commit | 78661866532f77e66d46a1f81c33739dfa0f20f3 (patch) | |
tree | 6c870dc38cd4c686e406b98aa215db87be50aa6c /templates/rightbar.inc.php | |
parent | 233ed809a6e22baa798666ac66c7373f500d4060 (diff) | |
download | ampache-78661866532f77e66d46a1f81c33739dfa0f20f3.tar.gz ampache-78661866532f77e66d46a1f81c33739dfa0f20f3.tar.bz2 ampache-78661866532f77e66d46a1f81c33739dfa0f20f3.zip |
fixed a few small issues
Diffstat (limited to 'templates/rightbar.inc.php')
-rw-r--r-- | templates/rightbar.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/rightbar.inc.php b/templates/rightbar.inc.php index ad5ef726..8f2a125e 100644 --- a/templates/rightbar.inc.php +++ b/templates/rightbar.inc.php @@ -25,12 +25,12 @@ <?php if (Access::check_function('batch_download')) { ?> <li> <a href="<?php echo Config::get('web_path'); ?>/batch.php?action=tmp_playlist&id=<?php echo $GLOBALS['user']->playlist->id; ?>"> - <?php echo get_user_icon('batch_download','',_('Batch Download')); ?> + <?php echo get_user_icon('batch_download',_('Batch Download')); ?> </a> </li> <?php } ?> <li><span onclick="ajaxPut('<?php echo Config::get('ajax_url'); ?>?action=basket&type=clear_all');return true;"> - <?php echo get_user_icon('delete','',_('Clear Playlist')); ?> + <?php echo get_user_icon('delete',_('Clear Playlist')); ?> </span></li> </ul> <div id="current_playlist"> |