aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/common_friends.tpl
blob: e772780da5ab6a38d603fab2a4952cf0fd8ce3d9 (plain) (tree)
1
2
3
4
5
6
7
                                     

                                           
              

                                                      
                                              







                                                                                                                                                   
              
      
<div class="generic-content-wrapper">
	<div class="section-title-wrapper">
		<h2>{{$title}}</h2>
	</div>
	<div class="section-content-wrapper clearfix">
		{{foreach $items as $item}}
		<div class="float-start mr-4">
			<a href="{{$item.url}}">
				<img class="contact-block-img" src="{{$item.photo}}" alt="{{$item.name}}" title="{{$item.name}} [{{$item.url}}]" />
			</a>
			<div>
				{{$item.name}}
			</div>
		</div>
		{{/foreach}}
	</div>
</div>