]> git.mxchange.org Git - friendica.git/blob - image.tpl
2885d869fbd7c0c7cd5e7b4e0f5584c57ff0d98e
[friendica.git] / image.tpl
1 {{if $image.preview}}
2 <a href="{{$image.attachment.url}}"><img src="{{$image.preview}}" alt="{{$image.attachment.description}}" title="{{$image.attachment.description}}"></a>
3 {{else}}
4 <img src="{{$image.src}}" alt="{{$image.attachment.description}}" title="{{$image.attachment.description}}">
5 {{/if}}
6 <br>