* adjust the title of doc module.

This commit is contained in:
wangchunsheng
2012-09-02 07:53:30 +00:00
parent e3912d8f0d
commit 4b30caecc7
+1 -1
View File
@@ -387,7 +387,7 @@ class doc extends control
/* Set menu. */
$this->doc->setMenu($this->libs, $doc->lib);
$this->view->header->title = "DOC #$doc->id $doc->title/" . $this->libs[$doc->lib];
$this->view->header->title = "DOC #$doc->id $doc->title - " . $this->libs[$doc->lib];
$this->view->position[] = html::a($this->createLink('doc', 'browse', "libID=$doc->lib"), $this->libs[$doc->lib]);
$this->view->position[] = $this->lang->doc->view;