diff --git a/components/com_contact/views/contact/tmpl/default.php b/components/com_contact/views/contact/tmpl/default.php index 9ba20d88c0e11..ce35f95861ea7 100644 --- a/components/com_contact/views/contact/tmpl/default.php +++ b/components/com_contact/views/contact/tmpl/default.php @@ -77,7 +77,7 @@ contact->image && $tparams->get('show_image')) : ?>
- contact->image, JText::_('COM_CONTACT_IMAGE_DETAILS'), array('align' => 'middle', 'itemprop' => 'image')); ?> + contact->image, $this->contact->name, array('align' => 'middle', 'itemprop' => 'image')); ?>
diff --git a/templates/beez3/html/com_contact/contact/default.php b/templates/beez3/html/com_contact/contact/default.php index d7c5f295bc3af..097549368cb14 100644 --- a/templates/beez3/html/com_contact/contact/default.php +++ b/templates/beez3/html/com_contact/contact/default.php @@ -70,7 +70,7 @@ contact->image && $this->params->get('show_image')) : ?>
- contact->image, JText::_('COM_CONTACT_IMAGE_DETAILS'), array('align' => 'middle')); ?> + contact->image, $this->contact->name, array('align' => 'middle')); ?>
diff --git a/templates/beez3/html/com_contact/contact/encyclopedia.php b/templates/beez3/html/com_contact/contact/encyclopedia.php index e90c8d0fd19fa..b8bd05123d18c 100644 --- a/templates/beez3/html/com_contact/contact/encyclopedia.php +++ b/templates/beez3/html/com_contact/contact/encyclopedia.php @@ -37,7 +37,7 @@ { JHtml::_('behavior.caption'); }?> - contact->image, JText::_('COM_CONTACT_IMAGE_DETAILS'), array('align' => 'middle', 'class' => 'caption', 'title' => $this->contact->address)); ?> + contact->image, $this->contact->name, array('align' => 'middle', 'class' => 'caption', 'title' => $this->contact->address)); ?>