* Format codes.

This commit is contained in:
daitingting
2023-10-30 08:21:22 +00:00
parent 9d998d50db
commit be243c91c2
+2 -2
View File
@@ -31,8 +31,8 @@ class qa extends control
$branch = (int)$this->cookie->preBranch;
$this->qa->setMenu($productID, $branch);
$this->view->title = $this->lang->qa->index;
$this->view->products = $products;
$this->view->title = $this->lang->qa->index;
$this->view->products = $products;
echo $this->fetch('block', 'dashboard', 'dashboard=qa');
}
}