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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier administrator/templates/hathor/html/com_finder/maps/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $lang = JFactory::getLanguage()
 
if(!empty( $this->sidebar)) else
 
 endif
 
 $canChange = JFactory::getUser()->authorise('core.manage', 'com_finder')
 
 foreach ( $this->items as $i=> $item)
 
 $key = FinderHelperLanguage::branchSingular($item->title)
 
 $title = $lang->hasKey($key) ? JText::_($key) : $item->title
 
else __pad25__
 
 endforeach
 

Documentation des variables

◆ $canChange

$canChange = JFactory::getUser()->authorise('core.manage', 'com_finder')

◆ $key

◆ $lang

$lang = JFactory::getLanguage()

◆ $listDirn

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

◆ $listOrder

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

◆ $title

$title = $lang->hasKey($key) ? JText::_($key) : $item->title

◆ __pad25__

else __pad25__

◆ else

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

◆ endforeach

endforeach

◆ endif

endif

◆ foreach

foreach($this->items as $i=> $item)