From 8ea5bd3bbb3832fca880977f66d99dd5ee24e209 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 28 Nov 2023 08:50:40 +0800 Subject: [PATCH] * Refactor doc::index method. --- module/doc/control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/doc/control.php b/module/doc/control.php index 488a15c81e..be5cd77631 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -30,14 +30,14 @@ class doc extends control } /** - * Go to browse page. + * 文档仪表盘。 + * Document dashboard. * * @access public * @return void */ public function index() { - $this->view->title = $this->lang->doc->common . $this->lang->colon . $this->lang->doc->index; echo $this->fetch('block', 'dashboard', 'dashboard=doc'); }