* add position

This commit is contained in:
chujilu
2014-08-15 14:14:44 +08:00
parent efc65c2a62
commit 56737be238
+2
View File
@@ -57,6 +57,8 @@ class productplan extends control
$this->view->begin = $lastPlan ? $begin : '';
$this->view->title = $this->view->product->name . $this->lang->colon . $this->lang->productplan->create;
$this->view->position[] = $this->lang->productplan->common;
$this->view->position[] = $this->lang->productplan->create;
$this->display();
}