]> git.mxchange.org Git - friendica.git/blob - view/smarty3/vcard-widget.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / vcard-widget.tpl
1         <div class="vcard">
2                 <div class="fn">{{$name}}</div>
3                 <div id="profile-photo-wrapper"><img class="photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></div>
4         </div>
5