diff --git a/components/com_contact/tmpl/contact/default.php b/components/com_contact/tmpl/contact/default.php index fbf8620f53b3e..1695c2f053baa 100644 --- a/components/com_contact/tmpl/contact/default.php +++ b/components/com_contact/tmpl/contact/default.php @@ -136,12 +136,18 @@ - get('show_email_form') && ($this->item->email_to || $this->item->user_id)) : ?> - ' . Text::_('COM_CONTACT_EMAIL_FORM') . ''; ?> - - loadTemplate('form'); ?> +get('show_email_form') + && ($this->item->email_to || $this->item->user_id) +) : ?> + get('show_email_heading', 1)) : ?> + <>> + loadTemplate('form'); ?> + + + get('show_links')) : ?> ' . Text::_('COM_CONTACT_LINKS') . ''; ?>