Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier administrator/templates/hathor/html/com_finder/maps/default.php

Espaces de nommage

namespace  Joomla\Administrator

Variables

 $listOrder = $this->escape($this->state->get('list.ordering'))
 $listDirn = $this->escape($this->state->get('list.direction'))
 $lang = JFactory::getLanguage()
 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 __pad23__
 endforeach

Documentation des variables

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