]> git.mxchange.org Git - friendica.git/blob - view/templates/shared_content.tpl
wrapping up 2019.12
[friendica.git] / view / templates / shared_content.tpl
1 <div class="shared-wrapper">
2         <div class="shared_header">
3                 {{if $avatar}}
4                         <a href="{{$profile}}" target="_blank" class="shared-userinfo">
5                         <img src="{{$avatar}}" height="32" width="32">
6                         </a>
7                 {{/if}}
8                 <div><a href="{{$profile}}" target="_blank" class="shared-wall-item-name"><span class="shared-author">{{$author}}</span></a></div>
9                 <div class="shared-wall-item-ago"><small><a href="{{$link}}" target="_blank"><span class="shared-time">{{$posted}}</a></a></small></div>
10         </div>
11         <blockquote class="shared_content">{{$content nofilter}}</blockquote>
12 </div>