// fix add var current and back in helperList

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9868 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-03 18:24:00 +00:00
parent 4d9c71b4a6
commit a0e4124e3a
5 changed files with 169 additions and 12 deletions
+2
View File
@@ -614,8 +614,10 @@ class HelperListCore extends Helper
$this->footer_tpl->assign(array(
'token' => $this->token,
'table' => $this->table,
'current' => $this->currentIndex,
'simple_header' => $this->simple_header,
'bulk_actions' => $this->bulk_actions,
'back' => Tools::getValue('back'),
'no_back' => $this->no_back
));
return $this->footer_tpl->fetch();