mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
+ 'Add' and 'Play' buttons now recurse down the file tree. Be careful about hitting this button at the top level if you've got a big library! ~ Playlist now highlights currently playing track.
7 lines
292 B
HTML
7 lines
292 B
HTML
<div id="menu">
|
|
<a {if $page == 'browse'}class="selected" {/if}href="{$browse_link}">Browse</a>
|
|
<a {if $page == 'playlist'}class="selected" {/if}href="{$playlist_link}">Playlist</a>
|
|
<a {if $page == 'control'}class="selected" {/if}href="{$control_link}">Control</a>
|
|
</div>
|
|
|