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_newsfeeds/newsfeeds/modal.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $forcedLanguage = JFactory::getApplication()->input->get('forcedLanguage', '', 'cmd')
 
 $function = JFactory::getApplication()->input->getCmd('function', 'jSelectNewsfeed')
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
else __pad54__
 
 endif
 
 foreach ( $this->items as $i=> $item)
 
 endforeach
 

Documentation des variables

◆ $forcedLanguage

$forcedLanguage = JFactory::getApplication()->input->get('forcedLanguage', '', 'cmd')

◆ $function

$function = JFactory::getApplication()->input->getCmd('function', 'jSelectNewsfeed')

◆ $listDirn

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

◆ $listOrder

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

◆ __pad54__

else __pad54__

◆ endforeach

endforeach

◆ endif

endif

◆ foreach

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