summaryrefslogtreecommitdiffstats
path: root/templates/show_localplay_switch.inc.php
blob: 18129ba12eb3d1a9ff1e4b7c57c9ae19d4d18df1 (plain)
1
2
3
4
5
6
<span <?php echo $stream; ?> onclick="ajaxPut('<?php echo $ajax_url; ?>','action=change_play_type&amp;type=stream<?php echo $required_info; ?>','play_type');return true;">
	<?php echo _('Stream') ?>
</span><br /><br />
<span <?php echo $localplay; ?> onclick="ajaxPut('<?php echo $ajax_url; ?>','action=change_play_type&amp;type=localplay<?php echo $required_info; ?>','play_type');return true;">
	<?php echo _('Localplay'); ?>
</span>