* Fix product lang.
This commit is contained in:
@@ -61,9 +61,13 @@ class tree extends control
|
||||
|
||||
if($viewType == 'story')
|
||||
{
|
||||
$products = $this->product->getPairs('', $this->session->PRJ);
|
||||
/* Set menu.*/
|
||||
$this->lang->navGroup->tree = 'product';
|
||||
$this->lang->product->menu = $this->lang->product->viewMenu;
|
||||
$this->lang->noMenuModule[] = 'tree';
|
||||
|
||||
$products = $this->product->getPairs();
|
||||
|
||||
$this->lang->set('menugroup.tree', 'product');
|
||||
$this->product->setMenu($products, $rootID, $branch, 'story', '', 'story');
|
||||
$this->lang->tree->menu = $this->lang->product->menu;
|
||||
$this->lang->tree->menuOrder = $this->lang->product->menuOrder;
|
||||
|
||||
Reference in New Issue
Block a user