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

{{$desc}}

+

{{$album}}

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