diff options
Diffstat (limited to 'apps/contacts/templates/part.details.php')
-rw-r--r-- | apps/contacts/templates/part.details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.details.php b/apps/contacts/templates/part.details.php index f6d69005a08..afad0b7f64c 100644 --- a/apps/contacts/templates/part.details.php +++ b/apps/contacts/templates/part.details.php @@ -1,5 +1,5 @@ <?php if(array_key_exists('FN',$_['details'])): ?> - <p id="contacts_details_name"><?php echo $_['details']['FN'][0]['value']; ?></p> + <?php echo $this->inc('part.property.FN', array('property' => $_['details']['FN'][0])); ?> <img class="svg action" id="contacts_deletecard" src="<?php echo image_path('', 'actions/delete.svg'); ?>" title="<?php echo $l->t('Delete contact');?>" /> <?php if(isset($_['details']['PHOTO'])): // Emails first ?> |