Initial init.
[rockboxthemes.git] / private / templates / themelist.tpl
blobaf9cd07696ae4d1a0e2146204b0ebe310e53f2d0
1 {include file="header.tpl" title="Themes for $mainlcd"}
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"}