diff --git a/administrator/components/com_contact/config.xml b/administrator/components/com_contact/config.xml index 6a571a8d529b2..4de2983f2b253 100644 --- a/administrator/components/com_contact/config.xml +++ b/administrator/components/com_contact/config.xml @@ -585,6 +585,16 @@ + + + + + JSHOW + + + + + + items[$i]->published == 0) : ?>
  • -
  • +
  • - - params->get('show_telephone_headings') AND !empty($item->telephone)) : ?> - telephone); ?>
    - - - params->get('show_mobile_headings') AND !empty ($item->mobile)) : ?> - mobile); ?>
    - - - params->get('show_fax_headings') AND !empty($item->fax) ) : ?> - fax); ?>
    - -
    - -
    -
    - - name; ?> - items[$i]->published == 0) : ?> - + params->get('show_image_heading')) : ?> + + +
    + + name; ?> + items[$i]->published == 0) : ?> + + event->afterDisplayTitle; ?> event->beforeDisplayContent; ?> @@ -80,7 +72,7 @@ con_position; ?>
    params->get('show_email_headings')) : ?> - email_to; ?> + email_to; ?>
    params->get('show_suburb_headings') AND !empty($item->suburb)) : ?> suburb . ', '; ?> @@ -95,6 +87,20 @@
    +
    + params->get('show_telephone_headings') AND !empty($item->telephone)) : ?> + telephone); ?>
    + + + params->get('show_mobile_headings') AND !empty ($item->mobile)) : ?> + mobile); ?>
    + + + params->get('show_fax_headings') AND !empty($item->fax) ) : ?> + fax); ?>
    + +
    + event->afterDisplayContent; ?>
  • diff --git a/templates/beez3/html/com_contact/category/default_items.php b/templates/beez3/html/com_contact/category/default_items.php index 2084c98dc152f..8db675f140556 100644 --- a/templates/beez3/html/com_contact/category/default_items.php +++ b/templates/beez3/html/com_contact/category/default_items.php @@ -33,6 +33,10 @@ params->get('show_headings')) : ?> + params->get('show_image_heading')) : ?> + + + @@ -94,6 +98,14 @@ + params->get('show_image_heading')) : ?> + + items[$i]->image) : ?> + items[$i]->image, JText::_('COM_CONTACT_IMAGE_DETAILS'), array('class' => 'contact-thumbnail img-thumbnail')); ?> + + + + name; ?>