diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-08-09 13:53:58 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-08-09 13:53:58 +0200 |
commit | 76fc062f27a178be97b2f4bf285f7f07c6361f60 (patch) | |
tree | d69727c82e394f22bd08be14d146890592da3d70 /apps/contacts/templates/part.contacts.php | |
parent | 4e5b6f72c17ec361757495e89d3f1929f3981dbb (diff) | |
download | nextcloud-server-76fc062f27a178be97b2f4bf285f7f07c6361f60.tar.gz nextcloud-server-76fc062f27a178be97b2f4bf285f7f07c6361f60.zip |
Some more work on the address book
Diffstat (limited to 'apps/contacts/templates/part.contacts.php')
-rw-r--r-- | apps/contacts/templates/part.contacts.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/contacts/templates/part.contacts.php b/apps/contacts/templates/part.contacts.php new file mode 100644 index 00000000000..fa6d4790cfc --- /dev/null +++ b/apps/contacts/templates/part.contacts.php @@ -0,0 +1,3 @@ +<?php foreach( $_['contacts'] as $contact ): ?> + <li x-id="<?php echo $contact['id']; ?>"><a href="index.php?id=<?php echo $contact['id']; ?>"><?php echo $contact['name']; ?></a> </li> +<?php endforeach; ?> |