Switch site->listthemes to expect a resolution rather than a target. Adjust other...
[rockboxthemes.git] / private / templates / rbutil.tpl
blobd1ed5e5e18d05fbc7b836fdaa5fdeddb53edd813
1 [error]
2 code={$errno}
3 description={$errmsg}
5 {section name=i loop=$themes}
6 [{$themes[i].shortname}]
7 name={$themes[i].name}
8 size={$themes[i].size}
9 descriptionfile=
10 image={$themes[i].sshot_wps}
11 image2={$themes[i].sshot_menu}
12 archive={$themes[i].zipfile}
13 author={$themes[i].author}
14 version={$themes[i].timestamp}
15 about={$themes[i].description}
17 {/section}