From 5b774e26ca3c053e726c8744c11688164b6a3a52 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 10 Sep 2014 23:09:54 -0700 Subject: make sure we add the file --- view/tpl/contactsajax.tpl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 view/tpl/contactsajax.tpl (limited to 'view/tpl') diff --git a/view/tpl/contactsajax.tpl b/view/tpl/contactsajax.tpl new file mode 100644 index 000000000..1cce0f105 --- /dev/null +++ b/view/tpl/contactsajax.tpl @@ -0,0 +1,3 @@ +{{foreach $contacts as $contact}} + {{include file="connection_template.tpl"}} +{{/foreach}} -- cgit v1.2.3