* Rename program lang.

This commit is contained in:
Yagami
2020-09-16 14:54:23 +08:00
parent 685fbad61a
commit 334260162a
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ class program extends control
$this->view->orderBy = $orderBy;
$this->view->pager = $pager;
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->title = $this->lang->program->browse;
$this->view->position[] = $this->lang->program->browse;
$this->view->title = $this->lang->program->PGMBrowse;
$this->view->position[] = $this->lang->program->PGMBrowse;
$this->view->programType = $programType;
$this->display();
}