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 administrator/components/com_templates/views/styles/tmpl/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $user = JFactory::getUser()
 
 $clientId = (int) $this->state->get('client_id', 0)
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $colSpan = $clientId === 1 ? 5 : 6
 
if(!empty($this->sidebar)) else
 
 endif
 
 $canEdit = $user->authorise('core.edit', 'com_templates')
 
 $canChange = $user->authorise('core.edit.state', 'com_templates')
 

Documentation des variables

◆ $canChange

$canChange = $user->authorise('core.edit.state', 'com_templates')

◆ $canEdit

$canEdit = $user->authorise('core.edit', 'com_templates')

◆ $clientId

$clientId = (int) $this->state->get('client_id', 0)

◆ $colSpan

$colSpan = $clientId === 1 ? 5 : 6

◆ $listDirn

$listDirn = $this->escape($this->state->get('list.direction'))

◆ $listOrder

$listOrder = $this->escape($this->state->get('list.ordering'))

◆ $user

$user = JFactory::getUser()

◆ else

if (!empty( $this->sidebar)) else

◆ endif

endif