* adjust search config for branch.

This commit is contained in:
wangyidong
2015-10-30 09:13:43 +08:00
parent 2fd60f85c3
commit e58fe08c46
15 changed files with 33 additions and 48 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class tree extends control
if($viewType == 'story')
{
$this->lang->set('menugroup.tree', 'product');
$this->product->setMenu($this->product->getPairs(), $rootID, 'story');
$this->product->setMenu($this->product->getPairs(), $rootID, $branch, 'story');
$this->lang->tree->menu = $this->lang->product->menu;
$this->lang->tree->menuOrder = $this->lang->product->menuOrder;