friendica/view/smarty3/contact_block.tpl

18 wiersze
420 B
Smarty
Czysty Zwykły widok Historia

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
2013-01-11 17:00:10 +00:00
*}}
<div id="contact-block">
2012-12-22 19:57:29 +00:00
<h4 class="contact-block-h4">{{$contacts}}</h4>
{{if $micropro}}
<a class="allcontact-link" href="viewcontacts/{{$nickname}}">{{$viewcontacts}}</a>
<div class='contact-block-content'>
{{foreach $micropro as $m}}
{{$m}}
{{/foreach}}
</div>
{{/if}}
</div>
<div class="clear"></div>