1
0
Fork 0

Replace remaining references to contact_template.tpl by contact/entry.tpl

This commit is contained in:
Hypolite Petovan 2022-11-16 07:15:35 -05:00
commit a6d96bf1b7
5 changed files with 6 additions and 10 deletions

View file

@ -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}}