aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-10 23:09:54 -0700
committerfriendica <info@friendica.com>2014-09-10 23:09:54 -0700
commit5b774e26ca3c053e726c8744c11688164b6a3a52 (patch)
tree6a4317f703e43587326830c4412fc9de20189904 /view/tpl
parent4c8036f53064549cbfa797bba5c6462f5e36b072 (diff)
downloadvolse-hubzilla-5b774e26ca3c053e726c8744c11688164b6a3a52.tar.gz
volse-hubzilla-5b774e26ca3c053e726c8744c11688164b6a3a52.tar.bz2
volse-hubzilla-5b774e26ca3c053e726c8744c11688164b6a3a52.zip
make sure we add the file
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/contactsajax.tpl3
1 files changed, 3 insertions, 0 deletions
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}}