// Merge -> revision 9288
This commit is contained in:
@@ -618,13 +618,14 @@ class FrontControllerCore extends Controller
|
||||
$stop = (int)($pages_nb);
|
||||
$this->context->smarty->assign('nb_products', $nbProducts);
|
||||
$pagination_infos = array(
|
||||
'pages_nb' => (int)($pages_nb),
|
||||
'p' => (int)($this->p),
|
||||
'n' => (int)($this->n),
|
||||
'products_per_page' => (int)Configuration::get('PS_PRODUCTS_PER_PAGE'),
|
||||
'pages_nb' => $pages_nb,
|
||||
'p' => $this->p,
|
||||
'n' => $this->n,
|
||||
'nArray' => $nArray,
|
||||
'range' => (int)($range),
|
||||
'start' => (int)($start),
|
||||
'stop' => (int)($stop),
|
||||
'range' => $range,
|
||||
'start' => $start,
|
||||
'stop' => $stop,
|
||||
'current_url' => $current_url
|
||||
);
|
||||
$this->context->smarty->assign($pagination_infos);
|
||||
|
||||
Reference in New Issue
Block a user