mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
18 lines
639 B
HTML
18 lines
639 B
HTML
|
|
<ul id="crumb_trail">
|
|
<li>• <a href="index.php?browse=/"><img src="images/home.gif" alt="Home" /></a></li>
|
|
|
|
{foreach from=$dir_list item=dir_list_item}
|
|
<li>• <a href="index.php?browse={$dir_list_item.path|escape:'url'}">{$dir_list_item.name}</a></li>
|
|
{/foreach}
|
|
|
|
</ul>
|
|
|
|
<div id="buttons"><a href="index.php?action=playall"><img src="images/playall.gif" /></a> <a href="index.php?action=addall"><img src="images/addall.gif" /></a></div>
|
|
|
|
<ul class="list">
|
|
{foreach from=$browselist item=browselist_item}
|
|
{include file="default/browselist_item.html"}
|
|
{/foreach}
|
|
</ul>
|