summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/_details.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/templates/_details.php')
-rw-r--r--apps/contacts/templates/_details.php4
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