File manager - Edit - /home/ferretapmx/public_html/plugins/system/helixultimate/overrides/com_contact/contact/default_address.php
Back
<?php /** * @package Helix Ultimate Framework * @author JoomShaper https://www.joomshaper.com * @copyright Copyright (c) 2010 - 2025 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; use Joomla\CMS\String\PunycodeHelper; $icon = $this->params->get('contact_icons') == 0; /** * Marker_class: Class based on the selection of text, none, or icons * jicon-text, jicon-none, jicon-icon */ ?> <div class="com-contact__address contact-address dl-horizontal mb-4" itemprop="address" itemscope itemtype="https://schema.org/PostalAddress"> <?php if ( ($this->params->get('address_check') > 0) && ($this->item->address || $this->item->suburb || $this->item->state || $this->item->country || $this->item->postcode) ) : ?> <div class="d-flex"> <div class="me-2"> <?php if ($icon && !$this->params->get('marker_address')) : ?> <span class="icon-address" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('COM_CONTACT_ADDRESS'); ?></span> <?php else : ?> <span class="<?php echo $this->params->get('marker_class'); ?>"> <?php echo $this->params->get('marker_address'); ?> </span> <?php endif; ?> </div> <div> <?php if ($this->item->address && $this->params->get('show_street_address')) : ?> <div class="contact-street" itemprop="streetAddress"> <?php echo nl2br($this->item->address, false); ?> </div> <?php endif; ?> <?php if ($this->item->suburb && $this->params->get('show_suburb')) : ?> <div class="contact-suburb" itemprop="addressLocality"> <?php echo $this->item->suburb; ?> </div> <?php endif; ?> <?php if ($this->item->state && $this->params->get('show_state')) : ?> <div class="contact-state" itemprop="addressRegion"> <?php echo $this->item->state; ?> </div> <?php endif; ?> <?php if ($this->item->postcode && $this->params->get('show_postcode')) : ?> <div class="contact-postcode" itemprop="postalCode"> <?php echo $this->item->postcode; ?> </div> <?php endif; ?> <?php if ($this->item->country && $this->params->get('show_country')) : ?> <div class="contact-country" itemprop="addressCountry"> <?php echo $this->item->country; ?> </div> <?php endif; ?> </div> </div> <?php endif; ?> <?php if ($this->item->email_to && $this->params->get('show_email')) : ?> <div class="d-flex mt-2"> <div class="me-2"> <?php if ($icon && !$this->params->get('marker_email')) : ?> <span class="icon-envelope" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('COM_CONTACT_EMAIL_LABEL'); ?></span> <?php else : ?> <span class="<?php echo $this->params->get('marker_class'); ?>"> <?php echo $this->params->get('marker_email'); ?> </span> <?php endif; ?> </div> <div class="contact-emailto"> <?php echo $this->item->email_to; ?> </div> </div> <?php endif; ?> <?php if ($this->item->telephone && $this->params->get('show_telephone')) : ?> <div class="d-flex mt-2"> <div class="me-2"> <?php if ($icon && !$this->params->get('marker_telephone')) : ?> <span class="icon-phone" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('COM_CONTACT_TELEPHONE'); ?></span> <?php else : ?> <span class="<?php echo $this->params->get('marker_class'); ?>"> <?php echo $this->params->get('marker_telephone'); ?> </span> <?php endif; ?> </div> <div class="contact-telephone" itemprop="telephone"> <?php echo $this->item->telephone; ?> </div> </div> <?php endif; ?> <?php if ($this->item->fax && $this->params->get('show_fax')) : ?> <div class="d-flex mt-2"> <div class="me-2"> <?php if ($icon && !$this->params->get('marker_fax')) : ?> <span class="icon-fax" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('COM_CONTACT_FAX'); ?></span> <?php else : ?> <span class="<?php echo $this->params->get('marker_class'); ?>"> <?php echo $this->params->get('marker_fax'); ?> </span> <?php endif; ?> </div> <div class="contact-fax"> <?php echo $this->item->fax; ?> </div> </div> <?php endif; ?> <?php if ($this->item->mobile && $this->params->get('show_mobile')) : ?> <div class="d-flex mt-2"> <div class="me-2"> <?php if ($icon && !$this->params->get('marker_mobile')) : ?> <span class="icon-mobile" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('COM_CONTACT_MOBILE'); ?></span> <?php else : ?> <span class="<?php echo $this->params->get('marker_class'); ?>"> <?php echo $this->params->get('marker_mobile'); ?> </span> <?php endif; ?> </div> <div class="contact-mobile"> <?php echo $this->item->mobile; ?> </div> </div> <?php endif; ?> <?php if ($this->item->webpage && $this->params->get('show_webpage')) : ?> <div class="d-flex mt-2"> <div class="me-2"> <?php if ($icon && !$this->params->get('marker_webpage')) : ?> <span class="icon-globe" aria-hidden="true"></span><span class="visually-hidden"><?php echo Text::_('COM_CONTACT_WEBPAGE'); ?></span> <?php else : ?> <span class="<?php echo $this->params->get('marker_class'); ?>"> <?php echo $this->params->get('marker_webpage'); ?> </span> <?php endif; ?> </div> <div class="contact-webpage"> <a href="<?php echo $this->item->webpage; ?>" target="_blank" rel="noopener noreferrer"> <?php echo PunycodeHelper::urlToUTF8($this->item->webpage); ?></a> </div> </div> <?php endif; ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings