diff --git a/Boostrap3/components/com_contact/contact/default.php b/Boostrap3/components/com_contact/contact/default.php index 38e0aa7..d959902 100644 --- a/Boostrap3/components/com_contact/contact/default.php +++ b/Boostrap3/components/com_contact/contact/default.php @@ -13,7 +13,7 @@ jimport('joomla.html.html.bootstrap'); ?> -
+
params->get('show_page_heading')) : ?>

escape($this->params->get('page_heading')); ?> @@ -21,19 +21,17 @@ contact->name && $this->params->get('show_name')) : ?> - params->get('show_contact_category') == 'show_no_link') : ?>

- contact->category_title; ?> + contact->category_title; ?>

diff --git a/Boostrap3/components/com_contact/contact/default_address.php b/Boostrap3/components/com_contact/contact/default_address.php index b6d57df..1e471cd 100644 --- a/Boostrap3/components/com_contact/contact/default_address.php +++ b/Boostrap3/components/com_contact/contact/default_address.php @@ -14,7 +14,7 @@ * jicon-text, jicon-none, jicon-icon */ ?> -
+
params->get('address_check') > 0) && ($this->contact->address || $this->contact->suburb || $this->contact->state || $this->contact->country || $this->contact->postcode)) : ?>
diff --git a/Boostrap3/components/com_contact/contact/default_articles.php b/Boostrap3/components/com_contact/contact/default_articles.php index c8206cb..dafe96b 100644 --- a/Boostrap3/components/com_contact/contact/default_articles.php +++ b/Boostrap3/components/com_contact/contact/default_articles.php @@ -13,7 +13,6 @@ ?> params->get('show_articles')) : ?> -
-
diff --git a/Boostrap3/components/com_contact/contact/default_form.php b/Boostrap3/components/com_contact/contact/default_form.php index 243c562..34f8d29 100644 --- a/Boostrap3/components/com_contact/contact/default_form.php +++ b/Boostrap3/components/com_contact/contact/default_form.php @@ -25,17 +25,15 @@ } } ?> -
-
+ form->getFieldsets() as $fieldset): ?> name === 'captcha' && !$captchaEnabled) : ?> form->getFieldset($fieldset->name); ?> -
label) && strlen($legend = trim(JText::_($fieldset->label)))) : ?> - + name === 'contact_email_copy' && !$this->params->get('show_email_copy')) : ?> @@ -43,7 +41,6 @@ renderField(); ?> -
@@ -56,5 +53,4 @@
- -
+ \ No newline at end of file diff --git a/Boostrap3/components/com_contact/contact/default_links.php b/Boostrap3/components/com_contact/contact/default_links.php index 4a38c96..555432b 100644 --- a/Boostrap3/components/com_contact/contact/default_links.php +++ b/Boostrap3/components/com_contact/contact/default_links.php @@ -20,7 +20,6 @@ ' . JText::_('COM_CONTACT_LINKS') . ''; ?> - params->get('presentation_style') == 'sliders') : ?> diff --git a/Boostrap3/components/com_contact/contact/default_profile.php b/Boostrap3/components/com_contact/contact/default_profile.php index 1e699d1..3a0c823 100644 --- a/Boostrap3/components/com_contact/contact/default_profile.php +++ b/Boostrap3/components/com_contact/contact/default_profile.php @@ -11,7 +11,7 @@ ?> item->profile->getFieldset('profile'); ?> -
+
value) : @@ -25,7 +25,7 @@ if ($v_http == "http") : echo '
' . JStringPunycode::urlToUTF8($profile->text) . '
'; else : - echo '
' . JStringPunycode::urlToUTF8($profile->text) . '
'; + echo '
' . JStringPunycode::urlToUTF8($profile->text) . '
'; endif; break; diff --git a/Boostrap3/components/com_contact/featured/default.php b/Boostrap3/components/com_contact/featured/default.php index af91004..32b4c93 100644 --- a/Boostrap3/components/com_contact/featured/default.php +++ b/Boostrap3/components/com_contact/featured/default.php @@ -14,7 +14,7 @@ // If the page class is defined, add to class as suffix. // It will be a separate class if the user starts it with a space ?> -
+ params->get('show_page_heading') != 0 ) : ?>

escape($this->params->get('page_heading')); ?> @@ -34,5 +34,4 @@ pagination->getPagesLinks(); ?>

- -
+ \ No newline at end of file diff --git a/Boostrap3/components/com_contact/featured/default_items.php b/Boostrap3/components/com_contact/featured/default_items.php index 0e5d96a..80f9980 100644 --- a/Boostrap3/components/com_contact/featured/default_items.php +++ b/Boostrap3/components/com_contact/featured/default_items.php @@ -22,69 +22,65 @@
-
params->get('show_pagination_limit')) : ?> -
-   - pagination->getLimitBox(); ?> -
+   pagination->getLimitBox(); ?> - -
- - + + +
+
params->get('show_headings')) : ?> - - params->get('show_position_headings')) : ?> - params->get('show_email_headings')) : ?> - params->get('show_telephone_headings')) : ?> - params->get('show_mobile_headings')) : ?> - params->get('show_fax_headings')) : ?> - params->get('show_suburb_headings')) : ?> - params->get('show_state_headings')) : ?> - params->get('show_country_headings')) : ?> - @@ -95,12 +91,12 @@ items as $i => $item) : ?> - " itemscope itemtype="https://schema.org/Person"> - + - params->get('show_position_headings')) : ?> - params->get('show_email_headings')) : ?> - params->get('show_telephone_headings')) : ?> - params->get('show_mobile_headings')) : ?> - params->get('show_fax_headings')) : ?> - params->get('show_suburb_headings')) : ?> - params->get('show_state_headings')) : ?> - params->get('show_country_headings')) : ?> - @@ -161,6 +157,6 @@
+ + + + + + + + +
+
+ items[$i]->published == 0) : ?> @@ -110,49 +106,49 @@ + con_position; ?> email_to; ?> + telephone; ?> + mobile; ?> + fax; ?> + suburb; ?> + state; ?> + country; ?>
- +
diff --git a/Boostrap3/components/com_content/categories/default.php b/Boostrap3/components/com_content/categories/default.php index f645597..93f10e9 100644 --- a/Boostrap3/components/com_content/categories/default.php +++ b/Boostrap3/components/com_content/categories/default.php @@ -23,9 +23,8 @@ }); });"); ?> -
+ loadTemplate('items'); - ?> -
+ ?> \ No newline at end of file diff --git a/Boostrap3/components/com_content/featured/default.php b/Boostrap3/components/com_content/featured/default.php index 5464109..addf8ab 100644 --- a/Boostrap3/components/com_content/featured/default.php +++ b/Boostrap3/components/com_content/featured/default.php @@ -16,7 +16,7 @@ // If the page class is defined, add to class as suffix. // It will be a separate class if the user starts it with a space ?> -
+
params->get('show_page_heading') != 0) : ?>