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 components/com_content/views/category/tmpl/default_articles.php

Espaces de nommage

 Joomla\Site
 

Variables

 $n = count($this->items)
 
 $listOrder = $this->escape($this->state->get('list.ordering'))
 
 $listDirn = $this->escape($this->state->get('list.direction'))
 
 $langFilter = false
 
if(($this->params->get('filter_field')==='tag') &&(Multilanguage::isEnabled())) $isEditable = false
 
if(!empty($this->items)) JFactory::getDocument() -> addStyleDeclaration(' .hide table noheader { border-collapse: collapse
 
table noheader thead { display: none
 
show_headings table noheader Y m d H
 
< option value=""> else
 
list filter COM_CONTENT_FILTER_SEARCH_DESC COM_CONTENT_ filter_field _FILTER_LABEL show_pagination_limit JGLOBAL_DISPLAY_NUM COM_CONTENT_FORM_FILTER_SUBMIT show_no_articles COM_CONTENT_NO_ARTICLES COM_CONTENT_CATEGORY_LIST_TABLE_CAPTION grid sort JGLOBAL_TITLE a title asc adminForm 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 show_associations flags language image mod_languages language gif language title language item label label association label language item language
 
 $menu = JFactory::getApplication()->getMenu()
 
 $active = $menu->getActive()
 
 $itemId = $active->id
 
 $link = new JUri(JRoute::_('index.php?option=com_users&view=login&Itemid=' . $itemId, false))
 
else __pad1__
 
 endif
 
 endforeach
 
else __pad2__
 
else $author
 

Documentation des variables

◆ $active

$active = $menu->getActive()

◆ $author

else $author

◆ $isEditable

if (( $this->params->get( 'filter_field')==='tag') &&(Multilanguage::isEnabled())) $isEditable = false

◆ $itemId

$itemId = $active->id

◆ $langFilter

$langFilter = false

◆ $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)

◆ __pad1__

else __pad1__

◆ __pad2__

else __pad2__

◆ else

<option value=""> else

◆ endforeach

endforeach

◆ endif

endif

◆ H

show_headings table noheader Y m d H

◆ language

list filter COM_CONTENT_FILTER_SEARCH_DESC COM_CONTENT_ filter_field _FILTER_LABEL show_pagination_limit JGLOBAL_DISPLAY_NUM COM_CONTENT_FORM_FILTER_SUBMIT show_no_articles COM_CONTENT_NO_ARTICLES COM_CONTENT_CATEGORY_LIST_TABLE_CAPTION grid sort JGLOBAL_TITLE a title asc adminForm 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 show_associations flags language image mod_languages language gif language title language item label label association label language item language

◆ noheader

if (!empty( $this->items)) JFactory::getDocument () -> addStyleDeclaration(' .hide table noheader { border-collapse: collapse

◆ thead