// #PSFV-94 - fixed bug related to new breadcrumb system
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9881 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -344,6 +344,7 @@ class HelperListCore extends Helper
|
||||
'has_actions' => !empty($this->actions),
|
||||
'has_bulk_actions' => !empty($this->bulk_actions),
|
||||
'list_skip_actions' => $this->list_skip_actions,
|
||||
'tpl_vars' => $this->tpl_vars
|
||||
));
|
||||
return $this->content_tpl->fetch();
|
||||
}
|
||||
@@ -593,6 +594,10 @@ class HelperListCore extends Helper
|
||||
'name' => isset($name) ? $name : null,
|
||||
'name_id' => isset($name_id) ? $name_id : null,
|
||||
'show_toolbar' => $this->show_toolbar,
|
||||
|
||||
'back' => Tools::getValue('back'),
|
||||
'no_back' => $this->no_back,
|
||||
'tpl_vars' => $this->tpl_vars,
|
||||
));
|
||||
|
||||
return $this->header_tpl->fetch();
|
||||
@@ -609,6 +614,10 @@ class HelperListCore extends Helper
|
||||
'current' => $this->currentIndex,
|
||||
'simple_header' => $this->simple_header,
|
||||
'bulk_actions' => $this->bulk_actions,
|
||||
|
||||
'back' => Tools::getValue('back'),
|
||||
'no_back' => $this->no_back,
|
||||
'tpl_vars' =>$this->tpl_vars
|
||||
));
|
||||
return $this->footer_tpl->fetch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user