Joomla CMS  3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
Référence du fichier navigation.php

Espaces de nommage

 Joomla\Plugin
 

Variables

 $lang = JFactory::getLanguage()
 
if( $links[ 'previous'])() ? 'right$title = htmlspecialchars($this->list[$page]->title, ENT_QUOTES, 'UTF-8')
 
 $ariaLabel = JText::_('JPREVIOUS') . ': ' . $title . ' (' . JText::sprintf('JLIB_HTML_PAGE_CURRENT_OF_TOTAL', $page, $n) . ')'
 
 endif
 

Documentation des variables

◆ $ariaLabel

$ariaLabel = JText::_('JPREVIOUS') . ': ' . $title . ' (' . JText::sprintf('JLIB_HTML_PAGE_CURRENT_OF_TOTAL', $page, $n) . ')'

◆ $lang

$lang = JFactory::getLanguage()

◆ $title

if ($links['next']) () ? 'left' $title = htmlspecialchars($this->list[$page]->title, ENT_QUOTES, 'UTF-8')

◆ endif

endif