aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/smarty3/xchan_vcard.tpl
blob: 8878a773a8bbf1873dcdb7d4fcd6bdc24ec16db8 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                          
                   


                                                                                                   







                                                                                      


                                                                                                             
     

 

      
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<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}}
{{if $newwin}}
	<li><a id="visit-chan-link" href="{{$url}}" title="{{$newtit}}" target="_blank" >{{$newwin}}</a></li>
{{/if}}
</ul>


</div>