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