From 28b75b028dcb1633a9407a5a5c79e5d2423e18a5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 6 Sep 2014 00:37:15 -0700 Subject: ajax work --- view/tpl/photos_recent.tpl | 3 +++ view/tpl/photosajax.tpl | 4 ++++ 2 files changed, 7 insertions(+) create mode 100755 view/tpl/photosajax.tpl (limited to 'view/tpl') diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index 43a22a017..9be1b12a7 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -7,5 +7,8 @@ {{foreach $photos as $photo}} {{include file="photo_top.tpl"}} {{/foreach}} +
+ +
diff --git a/view/tpl/photosajax.tpl b/view/tpl/photosajax.tpl new file mode 100755 index 000000000..a88682e8b --- /dev/null +++ b/view/tpl/photosajax.tpl @@ -0,0 +1,4 @@ + +{{foreach $photos as $photo}} + {{include file="photo_top.tpl"}} +{{/foreach}} -- cgit v1.2.3