X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fsmarty3%2Fcontacts-template.tpl;h=4ab0241a64e136f7c712f7b9948cb6914b6aac88;hb=d62483f526c76b863b2a8bb3493a255d1017ad4e;hp=3c998f792a73b79def8654c6564913d2c8b43dc7;hpb=453082516e90aba59553fd4392b2cdfed6ae9a57;p=friendica.git diff --git a/view/smarty3/contacts-template.tpl b/view/smarty3/contacts-template.tpl index 3c998f792a..4ab0241a64 100644 --- a/view/smarty3/contacts-template.tpl +++ b/view/smarty3/contacts-template.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}

{{$header}}{{if $total}} ({{$total}}){{/if}}

{{if $finding}}

{{$finding}}

{{/if}} @@ -15,7 +20,7 @@ {{foreach $contacts as $c}} - {{include file="file:{{$contact_template}}" contact=$c}} + {{include file="contact_template.tpl" contact=$c}} {{/foreach}}