diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-26 20:28:46 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-26 20:28:46 +0000 |
commit | 9c8be228a73a602ac3e91e30bf980dd1cc695a81 (patch) | |
tree | 46b3b2dc825f652410aba04f2d148b566e5b61e5 /templates/sidebar.inc.php | |
parent | a41697ea25a58ea5db5ed46a251fb62364626b1b (diff) | |
download | ampache-9c8be228a73a602ac3e91e30bf980dd1cc695a81.tar.gz ampache-9c8be228a73a602ac3e91e30bf980dd1cc695a81.tar.bz2 ampache-9c8be228a73a602ac3e91e30bf980dd1cc695a81.zip |
playlist switcher, plugin interface and the shell of a lastfm plugin (need patch file)
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 0595dc7e..03b6392f 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -184,18 +184,16 @@ $web_path = conf('web_path'); <?php if ($GLOBALS['theme']['orientation'] != 'horizontal') { ?> <li> <?php require_once(conf('prefix') . '/templates/show_localplay_control.inc.php'); ?> - <br /> - <?php $type = conf('play_type'); ${$type} = 'id="pt_active"'; ?> + </li> +<?php } // if horizontal orientation ?> +<?php } // if localplay access ?> + <li> <?php $required_info = conf('ajax_info'); $ajax_url = conf('ajax_url'); ?> - <span class="text-action" style="cursor:pointer;" id="play_type"> - <?php require_once(conf('prefix') . '/templates/show_localplay_switch.inc.php'); ?> - </span> + <?php require_once(conf('prefix') . '/templates/show_playtype_switch.inc.php'); ?> </li> -<?php } // if horizontal orientation ?> -<?php } // if localplay access ?> <?php if ($GLOBALS['user']->prefs['play_type'] == 'democratic') { ?> <li> <a href="<?php echo $web_path; ?>/tv.php"><?php echo _('Democratic View'); ?></a> |