X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fphoto_album.tpl;h=724a2abb395727a1818346323f8c60919dcb5a09;hb=188f7b0eb07a37afa6ff276e9b479560d0123c4d;hp=56ee6b61c6d4f8279c0e6175cc6f134dcbb63d63;hpb=379c761c3f4708f7ae2c5543fdb619a040d69413;p=friendica.git diff --git a/view/templates/photo_album.tpl b/view/templates/photo_album.tpl index 56ee6b61c6..724a2abb39 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}}