diff options
Diffstat (limited to 'apps/contacts/templates/_details.php')
-rw-r--r-- | apps/contacts/templates/_details.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/contacts/templates/_details.php b/apps/contacts/templates/_details.php new file mode 100644 index 00000000000..e27b17ef2eb --- /dev/null +++ b/apps/contacts/templates/_details.php @@ -0,0 +1,4 @@ +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 |