]> git.mxchange.org Git - friendica.git/blob - view/templates/api_photos_list_xml.tpl
Merge pull request #2471 from annando/1604-diaspora-always-on
[friendica.git] / view / templates / api_photos_list_xml.tpl
1
2 <photos type="array">
3 {{foreach $photos as $photo}}
4         <photo id="{{$photo.id}}" album="{{$photo.album}}" filename="{{$photo.filename}}" type="{{$photo.type}}">{{$photo.thumb}}</photo>
5 {{/foreach}}</photos>