summaryrefslogtreecommitdiffstats
path: root/templates/sidebar_player.inc.php
blob: e5e2867b887bc86c0ccf5aae6f74b6872433f22f (plain)
1
2
3
4
5
6
7
8
<h4><?php echo _('Browse By'); ?></h4>
<select name="type">
	<option value="song"><?php echo _('Song Title'); ?></option>
	<option value="album"><?php echo _('Albums'); ?></option>
	<option value="artist"><?php echo _('Artist'); ?></option>
	<option value="genre"><?php echo _('Genre'); ?></option>
</select>
<hr />