aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/picwall.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/picwall.html')
-rw-r--r--tpl/picwall.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/tpl/picwall.html b/tpl/picwall.html
new file mode 100644
index 00000000..48a1acf1
--- /dev/null
+++ b/tpl/picwall.html
@@ -0,0 +1,16 @@
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> \ No newline at end of file