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/_details.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/_details.php')
-rw-r--r-- | apps/contacts/templates/_details.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/contacts/templates/_details.php b/apps/contacts/templates/_details.php deleted file mode 100644 index e27b17ef2eb..00000000000 --- a/apps/contacts/templates/_details.php +++ /dev/null @@ -1,4 +0,0 @@ -Name <?php echo $_['details']['FN'][0]['value']; ?> -<?php if(array_key_exists('PHOTO',$_['details'])): ?> - <img src="photo.php?id=<?php echo $_['id']; ?>"> -<?php endif; ?>
\ No newline at end of file |