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