* Finish task #5033.

This commit is contained in:
Yagami
2018-10-18 09:12:02 +08:00
parent fd75297793
commit 6119cf2a52
3 changed files with 25 additions and 19 deletions
+1
View File
@@ -42,6 +42,7 @@ class doc extends control
$this->session->set('docList', $this->app->getURI(true));
$this->app->loadClass('pager', $static = true);
$pager = new pager(0, 5, 1);
$this->lang->modulePageActions = $this->doc->setFastMenu($this->lang->doc->fast);
$this->view->title = $this->lang->doc->common . $this->lang->colon . $this->lang->doc->index;
$this->view->position[] = $this->lang->doc->index;