Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
endifif( $block->getLastPageNum()>1)( 'Page') ?></strong >< ul class | $text = $block->getAnchorTextForPrevious() ? $block->getAnchorTextForPrevious() : '' |
endif = $text ? $text : __('Previous') | |
foreach( $block->getFramePages() as $_page)( $block->isPageCurrent( $_page))( 'You\ 're currently reading page') ?></span >< span ><? | else = $_page |
endforeach | |
endifif ($block->getLastPageNum()>1) ('Page') ?></strong> <ul class $text = $block->getAnchorTextForPrevious() ? $block->getAnchorTextForPrevious() : '' |
Definition at line 43 of file pager.phtml.
foreach($block->getFramePages() as $_page) ($block->isPageCurrent($_page)) ('You\'re currently reading page') ?></span> <span><? else = $_page |
Definition at line 68 of file pager.phtml.
endforeach |
Definition at line 84 of file pager.phtml.
endif = $text ? $text : __('Previous') |
Definition at line 46 of file pager.phtml.