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/templates/hathor/html/com_languages/installed/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $user = JFactory::getUser()
 
 $userId = $user->get('id')
 
if(!empty( $this->sidebar)) else
 
 $options = array()
 
 $options [] = JHtml::_('select.option', '0', JText::_('JSITE'))
 
 endif
 
 $canEdit = $user->authorise('core.edit', 'com_languages')
 
 $canChange = $user->authorise('core.edit.state', 'com_languages')
 
 endforeach
 

Documentation des variables

◆ $canChange

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

◆ $canEdit

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

◆ $options [1/2]

$options = array()

◆ $options [2/2]

$options[] = JHtml::_('select.option', '0', JText::_('JSITE'))

◆ $user

$user = JFactory::getUser()

◆ $userId

$userId = $user->get('id')

◆ else

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

◆ endforeach

endforeach

◆ endif

endif