aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/remote_friends_common.tpl
blob: 6ef3a7ddee762693dffb6a987cd59f1c9bfa1a0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="widget">
	<h3>{{$desc}}</h3>
	{{if $linkmore}}
	<a class="allcontact-link" href="{{$base}}/common/{{$uid}}">{{$more}}</a>
	{{/if}}
	{{if $items}}
	<div class="contact-block-content">
		{{foreach $items as $item}}
		<div class="contact-block-div">
			<a class="contact-block-link mpfriend" href="{{$base}}/chanview?f=&url={{$item.xchan_url}}"><img class="contact-block-img mpfriend" src="{{$item.xchan_photo_s}}" alt="{{$item.xchan_name}}" title="{{$item.xchan_name}} [{{$item.xchan_addr}}]" /></a>
		</div>
		{{/foreach}}
	</div>
	{{/if}}
</div>