summaryrefslogtreecommitdiffstats
path: root/templates/sidebar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-14 05:13:09 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-14 05:13:09 +0000
commitce1a8672d4b2d78b8301527311a410af893c4943 (patch)
treeb987e8f283d8c651d242add41a7dc0d24ba598f5 /templates/sidebar.inc.php
parent52d8985a27674da0dbd6d85a055bb07555917c23 (diff)
downloadampache-ce1a8672d4b2d78b8301527311a410af893c4943.tar.gz
ampache-ce1a8672d4b2d78b8301527311a410af893c4943.tar.bz2
ampache-ce1a8672d4b2d78b8301527311a410af893c4943.zip
* Added delete admin function on democratic play
* fixed some minor display issues with playlist dropdowns * added Delete Disabled bin script for removing disabled songs
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 ab7ec8f7..af3bc38b 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -193,7 +193,7 @@ $web_path = conf('web_path');
?>
<?php require_once(conf('prefix') . '/templates/show_playtype_switch.inc.php'); ?>
</li>
-<?php if ($GLOBALS['user']->prefs['play_type'] == 'democratic') { ?>
+<?php if (conf('allow_democratic_playback')) { ?>
<li>
<a href="<?php echo $web_path; ?>/tv.php"><?php echo _('Democratic View'); ?></a>
</li>