]> git.mxchange.org Git - friendica.git/blob - view/smarty3/contact_block.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / contact_block.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="contact-block">
6 <h4 class="contact-block-h4">{{$contacts}}</h4>
7 {{if $micropro}}
8                 <a class="allcontact-link" href="viewcontacts/{{$nickname}}">{{$viewcontacts}}</a>
9                 <div class='contact-block-content'>
10                 {{foreach $micropro as $m}}
11                         {{$m}}
12                 {{/foreach}}
13                 </div>
14 {{/if}}
15 </div>
16 <div class="clear"></div>