X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fphoto_album.tpl;h=58c7f30ed1d898a651f1bbeac64bdce50b2befb7;hb=8609fe2f5e0fc5c5aaadcf5f9474e37afe5d0588;hp=56ee6b61c6d4f8279c0e6175cc6f134dcbb63d63;hpb=eef66da1453940ec646cae2de5cd863a2c10e24d;p=friendica.git diff --git a/view/templates/photo_album.tpl b/view/templates/photo_album.tpl index 56ee6b61c6..58c7f30ed1 100644 --- a/view/templates/photo_album.tpl +++ b/view/templates/photo_album.tpl @@ -1,12 +1,24 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
- - {{$imgalt}} -

{{$desc}}

+

{{$album}}

+ +{{if $edit}} +
+{{/if}} +{{if $drop}} + +{{/if}} + +{{if $can_post}} + +{{/if}} + +{{foreach $photos as $photo}} +
+ + {{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}} +

{{$photo.desc}}

+{{/foreach}} + +{{$paginate nofilter}}