]> git.mxchange.org Git - friendica.git/blob - view/templates/content/image.tpl
Merge pull request #12200 from annando/ignore-view
[friendica.git] / view / templates / content / 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>