aboutsummaryrefslogtreecommitdiffstats
path: root/view/photos_recent.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-12-22 16:33:14 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-12-22 16:33:14 +0100
commit2ef2d0b79f4024174292faa45840cee065b464a3 (patch)
tree378283fc33193d39cdfbac422a397d91f87a6084 /view/photos_recent.tpl
parent0b4535e6daacaf7eea67e3c4404b9ac889dbddf0 (diff)
downloadvolse-hubzilla-2ef2d0b79f4024174292faa45840cee065b464a3.tar.gz
volse-hubzilla-2ef2d0b79f4024174292faa45840cee065b464a3.tar.bz2
volse-hubzilla-2ef2d0b79f4024174292faa45840cee065b464a3.zip
quattro: contacts and first photo page
Diffstat (limited to 'view/photos_recent.tpl')
-rw-r--r--view/photos_recent.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/photos_recent.tpl b/view/photos_recent.tpl
new file mode 100644
index 000000000..b8cb924b7
--- /dev/null
+++ b/view/photos_recent.tpl
@@ -0,0 +1,10 @@
+<h3>$title</h3>
+{{ if $can_post }}
+<a id="photo-top-upload-link" href="$upload.1">$upload.0</a>
+{{ endif }}
+
+<div class="photos">
+{{ for $photos as $photo }}
+ {{ inc photo_top.tpl }}{{ endinc }}
+{{ endfor }}
+</div>