// fix bug view.tpl in AdminCartsController PSFV-94

This commit is contained in:
lLefevre
2011-11-10 16:33:38 +00:00
parent 4d0719d8f7
commit 381eafdbc4
3 changed files with 176 additions and 167 deletions

View File

@@ -54,7 +54,8 @@ class HelperViewCore extends Helper
'table' => $this->table,
'show_toolbar' => $this->show_toolbar,
'toolbar_fix' => $this->toolbar_fix,
'toolbar_btn' => $this->toolbar_btn
'toolbar_btn' => $this->toolbar_btn,
'link' => $this->context->link
));
return parent::generate();