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é
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$list = $displayData['list'] | |
$pages = $list['pages'] | |
$pagesTotal = $list['pagesTotal'] | |
$options = new Registry($displayData['options']) | |
$showLimitBox = $options->get('showLimitBox', 0) | |
$showPagesLinks = $options->get('showPagesLinks', true) | |
$showLimitStart = $options->get('showLimitStart', true) | |
if($showLimitBox) | endif |
$pages ['start']['pagOptions'] = array('addText' => ' (' . JText::sprintf('JLIB_HTML_PAGE_CURRENT_OF_TOTAL', 1, $pagesTotal) . ')') | |
endforeach | |
$pages ['end']['pagOptions'] = array('addText' => ' (' . JText::sprintf('JLIB_HTML_PAGE_CURRENT_OF_TOTAL', $pagesTotal, $pagesTotal) . ')') | |
if ( $showLimitStart) | |
$list = $displayData['list'] |
$options = new Registry($displayData['options']) |
$pages = $list['pages'] |
$pages[ 'start'][ 'pagOptions'] = array('addText' => ' (' . JText::sprintf('JLIB_HTML_PAGE_CURRENT_OF_TOTAL', 1, $pagesTotal) . ')') |
$pages[ 'end'][ 'pagOptions'] = array('addText' => ' (' . JText::sprintf('JLIB_HTML_PAGE_CURRENT_OF_TOTAL', $pagesTotal, $pagesTotal) . ')') |
$pagesTotal = $list['pagesTotal'] |
Référencé par Pagination\__construct().
$showLimitBox = $options->get('showLimitBox', 0) |
$showLimitStart = $options->get('showLimitStart', true) |
$showPagesLinks = $options->get('showPagesLinks', true) |
endforeach |
endif |
if($showLimitStart) |