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 | |
$client = $this->state->get('filter.client') == 'site' ? JText::_('JSITE') : JText::_('JADMINISTRATOR') | |
$language = $this->state->get('filter.language') | |
$listOrder = $this->escape($this->state->get('list.ordering')) | |
$listDirn = $this->escape($this->state->get('list.direction')) | |
if(!empty( $this->sidebar)) | else |
$canEdit = JFactory::getUser()->authorise('core.edit', 'com_languages') | |
$i = 0 | |
foreach ( $this->items as $key=> $text) | |
else | __pad35__ |
endif | |
endforeach | |
$canEdit = JFactory::getUser()->authorise('core.edit', 'com_languages') |
$client = $this->state->get('filter.client') == 'site' ? JText::_('JSITE') : JText::_('JADMINISTRATOR') |
$i = 0 |
$language = $this->state->get('filter.language') |
$listDirn = $this->escape($this->state->get('list.direction')) |
$listOrder = $this->escape($this->state->get('list.ordering')) |
else __pad35__ |
if (!empty($this->sidebar)) else |
endforeach |
endif |