X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fsmarty3%2Fviewcontact_template.tpl;h=40283b8e9dd5d3e44ce4ab13a6f0351b50fc7093;hb=d62483f526c76b863b2a8bb3493a255d1017ad4e;hp=4a3b0efaf6b62d7d4f53eb5cb1281978d8fe174f;hpb=a29842e3019255efd3f91fc01df29f5837d54fa4;p=friendica.git diff --git a/view/smarty3/viewcontact_template.tpl b/view/smarty3/viewcontact_template.tpl index 4a3b0efaf6..40283b8e9d 100644 --- a/view/smarty3/viewcontact_template.tpl +++ b/view/smarty3/viewcontact_template.tpl @@ -1,7 +1,12 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}

{{$title}}

{{foreach $contacts as $c}} - {{include file="file:{{$contact_template}}" contact=$c}} + {{include file="contact_template.tpl" contact=$c}} {{/foreach}}