prefs['play_type']=='mpd') { $myMpd = init_mpd(); }
* Happening in header.inc now
*/
show_template('header');
if (conf('refresh_limit') > 0) { require_once ("templates/javascript_refresh.inc"); }
$action = scrub_in($_REQUEST['action']);
?>
|
|
prefs['play_type'] == 'mpd' && !conf('localplay_menu'))
{
show_mpd_control();
}
else {
if ($items = get_global_popular('album')) {
show_info_box(_("Most Popular Albums"), 'album',$items);
}
}
?>
|
|
prefs['play_type'] == 'mpd' && !conf('localplay_menu')) {
echo '';
show_mpd_pl();
echo ' | ';
}
?>
|
|
|
|
|
|
|
prefs['play_type'] == 'local_play') {
?>
|