1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-04 15:24:35 +01:00
OwncloudContactsOfficial/templates/part.contacts.php

4 lines
209 B
PHP
Raw Normal View History

2011-08-06 22:32:06 +02:00
<?php foreach( $_['contacts'] as $contact ): ?>
<li data-id="<?php echo $contact['id']; ?>"><a href="index.php?id=<?php echo $contact['id']; ?>"><?php echo $contact['name']; ?></a> </li>
2011-08-06 22:32:06 +02:00
<?php endforeach; ?>