aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/xchan_vcard.tpl
blob: f0b6239279fc581447e40df765b5fe9094314775 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>
{{ endif }}
{{ if $newwin }}
	<li><a id="visit-chan-link" href="$url" title="$newtit" target="_blank" >$newwin</a></li>
{{ endif }}
</ul>


</div>