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 templates/beez3/html/com_content/category/default_articles.php

Espaces de nommage

 Joomla\Site
 

Variables

 $app = JFactory::getApplication()
 
 $n = count($this->items)
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $isEditable = false
 
 endif
 
else __pad16__
 
< option value=""> else
 
list filter COM_CONTENT_FILTER_SEARCH_DESC COM_CONTENT_ filter_field _FILTER_LABEL show_pagination_limit JGLOBAL_DISPLAY_NUM filter_field hide show_headings grid sort COM_CONTENT_HEADING_TITLE a title list_show_date created grid sort COM_CONTENT_ _DATE a created modified grid sort COM_CONTENT_ _DATE a modified published grid sort COM_CONTENT_ _DATE a publish_up list_show_author grid sort JAUTHOR author list_show_hits grid sort JGLOBAL_HITS a hits list_show_votes grid sort COM_CONTENT_VOTES rating_count list_show_ratings grid sort COM_CONTENT_RATINGS rating COM_CONTENT_EDIT_ITEM list_show_date date date_format DATE_FORMAT_LC3 list_show_author link_author COM_CONTENT_WRITTEN_BY link COM_CONTENT_WRITTEN_BY list_show_hits list_show_votes list_show_ratings access edit icon edit
 
 $menu = JFactory::getApplication()->getMenu()
 
 $active = $menu->getActive()
 
 $itemId = $active->id
 
 $link = new JUri(JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId, false))
 
 endforeach
 

Documentation des variables

◆ $active

$active = $menu->getActive()

◆ $app

$app = JFactory::getApplication()

◆ $isEditable

$isEditable = false

◆ $itemId

$itemId = $active->id

◆ $link

$link = new JUri(JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId, false))

◆ $listDirn

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

◆ $listOrder

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

◆ $menu

$menu = JFactory::getApplication()->getMenu()

◆ $n

$n = count($this->items)

◆ __pad16__

else __pad16__

◆ edit

list filter COM_CONTENT_FILTER_SEARCH_DESC COM_CONTENT_ filter_field _FILTER_LABEL show_pagination_limit JGLOBAL_DISPLAY_NUM filter_field hide show_headings grid sort COM_CONTENT_HEADING_TITLE a title list_show_date created grid sort COM_CONTENT_ _DATE a created modified grid sort COM_CONTENT_ _DATE a modified published grid sort COM_CONTENT_ _DATE a publish_up list_show_author grid sort JAUTHOR author list_show_hits grid sort JGLOBAL_HITS a hits list_show_votes grid sort COM_CONTENT_VOTES rating_count list_show_ratings grid sort COM_CONTENT_RATINGS rating COM_CONTENT_EDIT_ITEM list_show_date date date_format DATE_FORMAT_LC3 list_show_author link_author COM_CONTENT_WRITTEN_BY link COM_CONTENT_WRITTEN_BY list_show_hits list_show_votes list_show_ratings access edit icon edit

◆ else

<option value=""> else

◆ endforeach

endforeach

◆ endif

endif