]> git.mxchange.org Git - friendica.git/blob - view/templates/vcard-widget.tpl
Merge pull request #669 from fabrixxm/templateengine
[friendica.git] / view / templates / 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