1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-11 14:28:28 +00:00
friendica-github/view/vcard-widget.tpl

6 lines
184 B
Smarty
Raw Normal View History

<div class="vcard">
<div class="fn">$name</div>
<div id="profile-photo-wrapper"><img class="photo" style="width: 175px; height: 175px;" src="$photo" alt="$name" /></div>
</div>