* finish task #960.

This commit is contained in:
wangyidong
2012-12-11 02:17:46 +00:00
parent aaac1ec998
commit 1a95b47c7a
10 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ class project extends control
$this->app->session->set('storyList', $this->app->getURI(true));
/* Header and session. */
$this->view->header['title'] = $project->name . $this->lang->colon . $this->lang->project->task;
$this->view->header->title = $project->name . $this->lang->colon . $this->lang->project->task;
$this->view->position[] = html::a($this->createLink('project', 'browse', "projectID=$projectID"), $project->name);
$this->view->position[] = $this->lang->project->task;