X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftemplates%2Fphoto_album.tpl;h=770eaf14cf79b325a55a70585ada4186faaf6768;hb=d6a124ee2b601c3232d5d83281ff4be5ef1e3159;hp=20162a91a2030ffd09de172f61470e8e917d559f;hpb=191595766d399cfd012a10ef6f14f97c8ab87d1d;p=friendica.git diff --git a/view/templates/photo_album.tpl b/view/templates/photo_album.tpl index 20162a91a2..770eaf14cf 100644 --- a/view/templates/photo_album.tpl +++ b/view/templates/photo_album.tpl @@ -1,8 +1,19 @@ +

{{$album}}

+{{if $edit}} + +{{/if}} + +{{if $can_post}} + +{{/if}} + +{{foreach $photos as $photo}}
- - {{$imgalt}} -

{{$desc}}

+
+ {{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}} +

{{$photo.desc}}

+{{/foreach}}