diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-22 15:24:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-22 15:24:23 +0000 |
commit | 8c00ffe2555d92629d353134f22e813c2babc4b8 (patch) | |
tree | 69090d6f5bbaff45f7aee052ef62030f3ba493a0 /templates/sidebar_modules.inc.php | |
parent | d3adf73c82071dd1c6d7a617520df9de391860af (diff) | |
download | ampache-8c00ffe2555d92629d353134f22e813c2babc4b8.tar.gz ampache-8c00ffe2555d92629d353134f22e813c2babc4b8.tar.bz2 ampache-8c00ffe2555d92629d353134f22e813c2babc4b8.zip |
remove manage democratic playlists under fix link for radio import, prevent non-array elements from causing foreach() errors in resort_results()
Diffstat (limited to 'templates/sidebar_modules.inc.php')
-rw-r--r-- | templates/sidebar_modules.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/sidebar_modules.inc.php b/templates/sidebar_modules.inc.php index fcf3f1b4..d0c40d33 100644 --- a/templates/sidebar_modules.inc.php +++ b/templates/sidebar_modules.inc.php @@ -36,6 +36,7 @@ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); <li id="sb_admin_ot_ShowDisabled"><a href="<?php echo $web_path; ?>/admin/flag.php?action=show_disabled"><?php echo _('Show Disabled'); ?></a></li> </ul> </li> +<!-- <?php if (Config::get('allow_democratic_playback')) { ?> <li><h4><?php echo _('Democratic'); ?></h4> <ul class="sb3" id="sb_home_democratic"> @@ -43,4 +44,5 @@ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); </ul> </li> <?php } ?> +--> </ul> |