Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence du fichier navigation.php

Espaces de nommage

 Joomla\Plugin
 

Variables

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

Documentation des variables

◆ $ariaLabel

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

◆ $lang

$lang = Factory::getLanguage()

◆ $title

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

◆ endif

endif