* Adjust title for search.

This commit is contained in:
daitingting
2018-05-08 13:24:26 +08:00
parent 328e622028
commit b1c8712db3
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -141,6 +141,7 @@ class doc extends control
if($module) $title = $module->name;
if($libID) $title = $this->libs[$libID];
if(in_array($browseType, array_keys($this->lang->doc->fastMenuList))) $title = $this->lang->doc->fastMenuList[$browseType];
if($browseType == 'fastsearch') $title = '"' . $this->post->searchDoc . '" ' . $this->lang->doc->searchResult;
$this->view->title = $title;
$this->view->libID = $libID;