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 | |
$tparams = $this->item->params | |
endif | |
$show_contact_category = $tparams->get('show_contact_category') | |
$presentation_style = $tparams->get('presentation_style') | |
$accordionStarted = false | |
$tabSetStarted = false | |
if( $tparams->get( 'show_email_form') &&( $this->contact->email_to||$this->contact->user_id)) | ($presentation_style==='sliders') (! $accordionStarted) |
elseif | ($presentation_style==='tabs') (! $tabSetStarted) |
$accordionStarted = false |
$presentation_style = $tparams->get('presentation_style') |
$show_contact_category = $tparams->get('show_contact_category') |
$tabSetStarted = false |
$tparams = $this->item->params |
if($this->contact->misc && $tparams->get('show_misc')) ( $presentation_style==='sliders')(! $accordionStarted) |
elseif ( $presentation_style==='tabs')(! $tabSetStarted) |
endif |