diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-31 15:57:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-31 15:57:33 +0000 |
commit | c2e9b311e92f4b1e952f752c5177a92c5704c345 (patch) | |
tree | ae697620203e077aec8c182829e529e2f0d809f7 /templates/sidebar_modules.inc.php | |
parent | 4b309a5f02490bb1a62ebcd61aed8935671d1cd8 (diff) | |
download | ampache-c2e9b311e92f4b1e952f752c5177a92c5704c345.tar.gz ampache-c2e9b311e92f4b1e952f752c5177a92c5704c345.tar.bz2 ampache-c2e9b311e92f4b1e952f752c5177a92c5704c345.zip |
remove lib/album.lib.php and move its two functions into album class, corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules)
Diffstat (limited to 'templates/sidebar_modules.inc.php')
-rw-r--r-- | templates/sidebar_modules.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/sidebar_modules.inc.php b/templates/sidebar_modules.inc.php index 92183a44..33fde36e 100644 --- a/templates/sidebar_modules.inc.php +++ b/templates/sidebar_modules.inc.php @@ -38,7 +38,6 @@ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); </li> <li><h4><?php echo _('Information'); ?></h4> <ul class="sb3" id="sb_home_info"> - <li id="sb_home_info_CurrentlyPlaying"><a href="<?php echo $web_path; ?>/index.php"><?php echo _('Currently Playing'); ?></a></li> <li id="sb_home_info_Statistics"><a href="<?php echo $web_path; ?>/stats.php"><?php echo _('Statistics'); ?></a></li> <li id="sb_home_info_AddStationRadio"><a href="<?php echo $web_path; ?>/radio.php?action=show_create"><?php echo _('Add Radio Station'); ?></a></li> </ul> |