Make the rbutil page a bit smarter.
[rockboxthemes.git] / private / templates / themelist.tpl
blob6dcada4573052b53b09a9cd0d298bf34858990ca
1 {include file="header.tpl" title="Themes for $mainlcd" rss="rss.php?target=`$smarty.request.target`" rsstitle="Themes for `$smarty.request.target`"}
3 <h1>Themes for {$mainlcd}</h1>
5 {if count($themes) == 0}
6 <p>No themes uploaded yet for this screen size</p>
7 {else}
8 <ul>
9 {section name=mysec loop=$themes}
10 <li>
11 {html_image file="`$datadir`/`$mainlcd`/`$themes[mysec].shortname`/`$themes[mysec].sshot_wps`" href="`$datadir`/`$mainlcd`/`$themes[mysec].shortname`/`$themes[mysec].zipfile`"}
12 {$themes[mysec].name}
13 </li>
14 {/section}
15 </ul>
16 {/if}
17 {include file="footer.tpl"}