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

{{$desc}}

+

{{$album}}

+ +{{if $edit}} +
+{{/if}} +{{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}}