X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fphoto_album.tpl;h=d3e7ca4874a8b3481d7a6e2c4acf523e122b03c1;hb=13557985844b669f2dbae1294b39044928a1078f;hp=20162a91a2030ffd09de172f61470e8e917d559f;hpb=6679d188263b6b717d318a9ab4c914265bcb0c1e;p=friendica.git diff --git a/view/templates/photo_album.tpl b/view/templates/photo_album.tpl index 20162a91a2..d3e7ca4874 100644 --- a/view/templates/photo_album.tpl +++ b/view/templates/photo_album.tpl @@ -1,8 +1,21 @@ +

{{$album}}

-
- - {{$imgalt}} -

{{$desc}}

+{{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}}