encoder();
$params = $this->get( 'listParams', array() );
$total = $this->get( 'listProductTotal', 1 ) / $this->get( 'listPageSize', 1 );
$current = $this->get( 'listPageCurr', 1 );
$listTarget = $this->config( 'client/html/catalog/list/url/target' );
$listController = $this->config( 'client/html/catalog/list/url/controller', 'catalog' );
$listAction = $this->config( 'client/html/catalog/list/url/action', 'list' );
$listConfig = $this->config( 'client/html/catalog/list/url/config', array() );
?>
1 ) : ?>
1 && $current < $total ) : // Optimization to avoid loading next page while the user is still filtering ?>
get( 'pagiHeader' ); ?>