streams/view/tpl/remote_friends_common.tpl

17 lines
558 B
Smarty
Raw Normal View History

2017-09-20 00:35:57 +00:00
<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>
2012-05-02 03:22:59 +00:00
</div>
{{/foreach}}
2012-05-02 03:22:59 +00:00
</div>
{{/if}}
</div>
2012-05-02 03:22:59 +00:00