]> git.mxchange.org Git - friendica.git/blob - view/smarty3/vcard-widget.tpl
6ccd2ae1d09ffc2543ff0e1593476e2cc524d13e
[friendica.git] / view / smarty3 / vcard-widget.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6         <div class="vcard">
7                 <div class="fn">{{$name}}</div>
8                 <div id="profile-photo-wrapper"><img class="photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></div>
9         </div>
10