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é
Référence du fichier components/com_contact/views/contact/tmpl/default.php

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)
 

Documentation des variables

◆ $accordionStarted

$accordionStarted = false

◆ $presentation_style

$presentation_style = $tparams->get('presentation_style')

◆ $show_contact_category

$show_contact_category = $tparams->get('show_contact_category')

◆ $tabSetStarted

$tabSetStarted = false

◆ $tparams

$tparams = $this->item->params

◆ ($presentation_style==='sliders')

if($this->contact->misc && $tparams->get('show_misc')) ( $presentation_style==='sliders')(! $accordionStarted)

◆ ($presentation_style==='tabs')

elseif ( $presentation_style==='tabs')(! $tabSetStarted)

◆ endif

endif