From 3caee72aee3d5008f954e3ccf1dc2b61fedf23d8 Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 11 Sep 2014 10:41:11 +0200 Subject: another day another concept - hope this works better --- view/tpl/photos_recent.tpl | 6 ++++-- view/tpl/photosajax.tpl | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index 8eaa208b1..0f86a635d 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -3,12 +3,14 @@ {{$upload.0}} {{/if}} -
+
{{foreach $photos as $photo}} {{include file="photo_top.tpl"}} {{/foreach}} -
+
+ +
diff --git a/view/tpl/photosajax.tpl b/view/tpl/photosajax.tpl index a88682e8b..a9a9605d0 100755 --- a/view/tpl/photosajax.tpl +++ b/view/tpl/photosajax.tpl @@ -1,4 +1,7 @@ +
{{foreach $photos as $photo}} {{include file="photo_top.tpl"}} {{/foreach}} +
+ -- cgit v1.2.3