* Set menu of stage list.

This commit is contained in:
tianshujie
2023-12-18 09:31:21 +08:00
parent 364e4560fe
commit 08bc60b9c7
+2
View File
@@ -24,6 +24,8 @@ class stage extends control
{
if($type == 'waterfallplus') $this->locate($this->createLink('stage', 'plusBrowse', "orderBy={$orderBy}&type=waterfallplus"));
$this->stage->setMenu($type);
$this->view->title = $this->lang->stage->common . $this->lang->colon . $this->lang->stage->browse;
$this->view->stages = $this->stage->getStages($orderBy, 0, $type);
$this->view->orderBy = $orderBy;