* Fix product menu.

This commit is contained in:
Yagami
2020-09-22 09:29:29 +08:00
parent 1bd79085aa
commit 8dbfbdd6db
8 changed files with 17 additions and 13 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ class program extends control
$this->lang->navGroup->program = 'program';
$this->lang->program->switcherMenu = $this->program->getPGMCommonAction();
$this->view->title = $this->lang->program->PGMHome;
$this->view->position[] = $this->lang->program->PGMHome;
$this->view->title = $this->lang->program->PGMIndex;
$this->view->position[] = $this->lang->program->PGMIndex;
$this->display();
}