diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-01-06 00:42:06 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-01-06 00:42:06 -0800 |
commit | ad02af4e8fe88566ea6255af3fabac6393b1c916 (patch) | |
tree | fe66ebfe8ea6a61e2da151766af733a44366c2ff /view/photos_recent.tpl | |
parent | cfe8094b458c62cbab0b79dd957c31dbf60a26c4 (diff) | |
parent | a5a6719283bd246e78427cff82aad951a3db310d (diff) | |
download | volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.gz volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.bz2 volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.zip |
Merge pull request #23 from fabrixxm/master
Theme works
Diffstat (limited to 'view/photos_recent.tpl')
-rw-r--r-- | view/photos_recent.tpl | 10 |
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> |