diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-10-02 04:14:41 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-10-02 04:14:41 +0000 |
commit | e496a54bfa8271e727410dc66a82992a89081283 (patch) | |
tree | c70986355f9b33210639b2b6ce294cb92c6664b3 /templates/rightbar.inc.php | |
parent | 7ddeb585a05051ce9750a1daff0e688c8b6e9371 (diff) | |
download | ampache-e496a54bfa8271e727410dc66a82992a89081283.tar.gz ampache-e496a54bfa8271e727410dc66a82992a89081283.tar.bz2 ampache-e496a54bfa8271e727410dc66a82992a89081283.zip |
fixed the localplay controls, per limeds recommendation currently under rightbar actions, not happy with location
Diffstat (limited to 'templates/rightbar.inc.php')
-rw-r--r-- | templates/rightbar.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/rightbar.inc.php b/templates/rightbar.inc.php index 4e0fe287..a6f15779 100644 --- a/templates/rightbar.inc.php +++ b/templates/rightbar.inc.php @@ -70,6 +70,7 @@ </ul> </li> </ul> +<?php if ($GLOBALS['user']->prefs['play_type'] == 'localplay') { require_once Config::get('prefix') . '/templates/show_localplay_control.inc.php'; } ?> <ul id="rb_current_playlist"> <?php //FIXME :: this feels kludgy |