aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/xchan_vcard.tpl
blob: 5d754356f0bc2874f53c9d953fce740359582c72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="vcard">
<div class="fn">{{$name}}</div>
<div id="profile-photo-wrapper"><img class="vcard-photo photo" src="{{$photo}}" alt="name" /></div>
</div>


	
<div id="profile-extra-links">
<ul>
{{if $connect}}
	<li><a id="follow-link" href="follow?f=&url={{$follow}}">{{$connect}}</a></li>
{{/if}}
</ul>
</div>