* fix the bug of title.

This commit is contained in:
wangchunsheng
2011-12-06 03:08:12 +00:00
parent b575193d91
commit 25692fb46c

View File

@@ -385,7 +385,7 @@ class doc extends control
/* Set menu. */
$this->doc->setMenu($this->libs, $doc->lib);
$this->view->header->title = $this->libs[$doc->lib] . $this->lang->colon . $this->lang->doc->create;
$this->view->header->title = $this->libs[$doc->lib] . $this->lang->colon . $this->lang->doc->view;
$this->view->position[] = html::a($this->createLink('doc', 'browse', "libID=$doc->lib"), $this->libs[$doc->lib]);
$this->view->position[] = $this->lang->doc->view;