* Code for add langitem.html.php

This commit is contained in:
guofeilong
2023-02-13 16:56:34 +08:00
parent 77134627fc
commit b9d288fd23
8 changed files with 44 additions and 5 deletions

View File

@@ -81,4 +81,20 @@ class dev extends control
$this->display();
}
/**
* LangItem.
*
* @access public
* @return void
*/
public function langItem()
{
$this->view->title = $this->lang->langItem;
$this->view->position[] = $this->lang->langItem;
$this->view->tab = 'langItem';
$this->display();
}
}