* Refactor tutorial index page.

This commit is contained in:
wangxuepeng
2023-11-10 17:13:16 +08:00
parent a019fee014
commit 944855479b
4 changed files with 931 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ class tutorial extends control
$this->view->title = $this->lang->tutorial->common;
$this->view->current = $task;
$this->view->tasks = $this->lang->tutorial->tasks;
$this->view->setting = $setting;
$this->view->referer = base64_decode($referer);
$this->view->mode = $this->setting->getItem('owner=system&module=common&section=global&key=mode');