Replace remaining references to contact_template.tpl by contact/entry.tpl
This commit is contained in:
parent
293f147867
commit
a6d96bf1b7
5 changed files with 6 additions and 10 deletions
|
@ -10,7 +10,7 @@
|
|||
{{if $contacts}}
|
||||
<div id="viewcontact_wrapper-{{$id}}">
|
||||
{{foreach $contacts as $contact}}
|
||||
{{include file="contact_template.tpl"}}
|
||||
{{include file="contact/entry.tpl"}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
{{else}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue