diff options
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; ?> |