]> git.mxchange.org Git - friendica.git/blob - view/smarty3/common_friends.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / common_friends.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div class="profile-match-wrapper">
6         <div class="profile-match-photo">
7                 <a href="{{$url}}">
8                         <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" />
9                 </a>
10         </div>
11         <div class="profile-match-break"></div>
12         <div class="profile-match-name">
13                 <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a>
14         </div>
15         <div class="profile-match-end"></div>
16 </div>