Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
pager.phtml File Reference

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
 

Variable Documentation

◆ $text

endifif ($block->getLastPageNum()>1) ('Page') ?></strong> <ul class $text = $block->getAnchorTextForPrevious() ? $block->getAnchorTextForPrevious() : ''

Definition at line 43 of file pager.phtml.

◆ else

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

endforeach

Definition at line 84 of file pager.phtml.

◆ endif

endif = $text ? $text : __('Previous')

Definition at line 46 of file pager.phtml.