Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier components/com_contact/tmpl/contact/default.php

Espaces de nommage

 Joomla\Site
 

Variables

 $tparams = $this->item->params
 
 $canDo = ContentHelper::getActions('com_contact', 'category', $this->item->catid)
 
 $canEdit = $canDo->get('core.edit') || ($canDo->get('core.edit.own') && $this->item->created_by === Factory::getUser()->id)
 
 $htag = $tparams->get('show_page_heading') ? 'h2' : 'h1'
 
 endif
 
 $show_contact_category = $tparams->get('show_contact_category')
 
else __pad1__
 

Documentation des variables

◆ $canDo

$canDo = ContentHelper::getActions('com_contact', 'category', $this->item->catid)

◆ $canEdit

$canEdit = $canDo->get('core.edit') || ($canDo->get('core.edit.own') && $this->item->created_by === Factory::getUser()->id)

◆ $htag

$htag = $tparams->get('show_page_heading') ? 'h2' : 'h1'

◆ $show_contact_category

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

◆ $tparams

$tparams = $this->item->params

◆ __pad1__

else __pad1__

◆ endif

endif