// fix add var current and back in helperList

This commit is contained in:
lLefevre
2011-11-03 18:24:00 +00:00
parent 912e32f0ba
commit 915b62e173
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();