]> git.mxchange.org Git - friendica.git/blob - view/templates/vcard-widget.tpl
Merge pull request #1 from friendica/develop
[friendica.git] / view / templates / vcard-widget.tpl
1
2         <div class="vcard">
3                 <div class="fn"><a href="{{$url}}">{{$name}}</a></div>
4                 <div id="profile-photo-wrapper"><a href="{{$url}}"><img class="photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></a></div>
5         </div>
6