aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photosajax.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/photosajax.tpl')
-rwxr-xr-xview/tpl/photosajax.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/photosajax.tpl b/view/tpl/photosajax.tpl
new file mode 100755
index 000000000..a9a9605d0
--- /dev/null
+++ b/view/tpl/photosajax.tpl
@@ -0,0 +1,7 @@
+<!-- -->
+<div id="photo-album-contents-{{$page}}">
+{{foreach $photos as $photo}}
+ {{include file="photo_top.tpl"}}
+{{/foreach}}
+</div>
+<script>justifyPhotos({{$page}});</script>