mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
Move viewcontact_template and contact_template to contact/ folder
This commit is contained in:
parent
891f686dcf
commit
811e144e9e
15 changed files with 14 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
<div id="viewcontact_wrapper-{{$id}}">
|
||||
{{foreach $contacts as $contact}}
|
||||
{{include file="contact_template.tpl"}}
|
||||
{{include file="contact/entry.tpl"}}
|
||||
{{/foreach}}
|
||||
</div>
|
||||
<div class="clear"></div>
|
Loading…
Add table
Add a link
Reference in a new issue