mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
13 lines
338 B
HTML
13 lines
338 B
HTML
{if $playlist}
|
|
<div id="buttons"><a href="{$playlist_clear_link}"><img src="templates/{$template}/images/delall.gif" /></a></div>
|
|
|
|
<ul class="list">
|
|
{foreach from=$playlist item=playlist_item}
|
|
{include file="default/playlist_item.html"}
|
|
{/foreach}
|
|
</ul>
|
|
{else}
|
|
<p>(Empty playlist)</p>
|
|
{/if}
|
|
|