diff options
Diffstat (limited to 'view/tpl/smarty3/contact_block.tpl')
-rw-r--r-- | view/tpl/smarty3/contact_block.tpl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/view/tpl/smarty3/contact_block.tpl b/view/tpl/smarty3/contact_block.tpl deleted file mode 100644 index 3b07a1ea3..000000000 --- a/view/tpl/smarty3/contact_block.tpl +++ /dev/null @@ -1,17 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<div id="contact-block"> -<div id="contact-block-numcontacts">{{$contacts}}</div> -{{if $micropro}} - <a class="allcontact-link" href="viewconnections/{{$nickname}}">{{$viewconnections}}</a> - <div class='contact-block-content'> - {{foreach $micropro as $m}} - {{$m}} - {{/foreach}} - </div> -{{/if}} -</div> -<div class="clear"></div> |