This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/tpl/photosajax.tpl
2017-05-02 12:46:50 -07:00

5 lines
149 B
Smarty
Executable File

{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
<script>justifyPhotosAjax('photo-album-contents-{{$album_id}}')</script>