diff options
author | friendica <info@friendica.com> | 2014-09-10 23:09:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-10 23:09:54 -0700 |
commit | 5b774e26ca3c053e726c8744c11688164b6a3a52 (patch) | |
tree | 6a4317f703e43587326830c4412fc9de20189904 | |
parent | 4c8036f53064549cbfa797bba5c6462f5e36b072 (diff) | |
download | volse-hubzilla-5b774e26ca3c053e726c8744c11688164b6a3a52.tar.gz volse-hubzilla-5b774e26ca3c053e726c8744c11688164b6a3a52.tar.bz2 volse-hubzilla-5b774e26ca3c053e726c8744c11688164b6a3a52.zip |
make sure we add the file
-rw-r--r-- | view/tpl/contactsajax.tpl | 3 |
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}} |