]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/picwall.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / picwall.html
1 <html>
2 <head>{include="includes"}</head>
3 <body>
4 <div id="pageheader">{include="page.header"}</div>
5 <center>
6 <div class="picwall_container">
7 {loop="linksToDisplay"}
8 <div class="picwall_pictureframe">
9 {$value.thumbnail}<a href="{$value.permalink}"><span class="info">{$value.title|htmlspecialchars}</span></a>
10 </div>
11 {/loop}
12 </div>
13 </center>
14 {include="page.footer"}
15 </body>
16 </html>