+ add title.

This commit is contained in:
zhujinyong
2013-02-22 02:48:46 +00:00
parent 0458e4aa82
commit df0774f931

View File

@@ -1108,6 +1108,7 @@ class project extends control
}
$project = $this->commonAction($projectID);
$this->project->setMenu($this->projects, $project->id);
$this->view->title = $project->name . $this->lang->colon . $this->lang->project->order;
$this->view->projects = $this->project->getList();
$this->view->projectID = $project->id;
$this->display();