* Set menu of stage list.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user