X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fphoto_album.tpl;h=770eaf14cf79b325a55a70585ada4186faaf6768;hb=fd72f36ffe8b3a2f470c8cc0243f05adc260e358;hp=20162a91a2030ffd09de172f61470e8e917d559f;hpb=4aa2ae488bd1175fff185361e5debf873e3c72a5;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}}