* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Application\ApplicationHelper; use Joomla\CMS\Language\Text; $params = $this->item->params; $displayGroups = $params->get('show_user_custom_fields'); $userFieldGroups = array(); ?> contactUser) : ?> contactUser->jcfields as $field) : ?> value && (in_array('-1', $displayGroups) || in_array($field->group_id, $displayGroups))) : ?> group_title][] = $field; ?> $fields) : ?> ' . ($groupTitle ?: Text::_('COM_CONTACT_USER_FIELDS')) . ''; ?>
value) : ?> params->get('showlabel')) : ?> ' . Text::_($field->label) . ''; ?> ' . $field->value . ''; ?>