Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$params = $this->item->params | |
$presentation_style = $params->get('presentation_style') | |
$displayGroups = $params->get('show_user_custom_fields') | |
$userFieldGroups = array() | |
if(! $displayGroups||! $this->contactUser) | endif |
$userFieldGroups [$field->group_title][] = $field | |
endforeach | |
$displayGroups = $params->get('show_user_custom_fields') |
$params = $this->item->params |
$presentation_style = $params->get('presentation_style') |
$userFieldGroups = array() |
$userFieldGroups[ $field->group_title][] = $field |
endforeach |
endif |