* move editor from extension to dev.
This commit is contained in:
@@ -19,7 +19,7 @@ class editor extends control
|
||||
*/
|
||||
public function index($type = 'editor')
|
||||
{
|
||||
$this->app->loadLang('extension');
|
||||
$this->app->loadLang('dev');
|
||||
$this->view->title = $this->lang->editor->common;
|
||||
$this->view->position[] = $this->lang->editor->common;
|
||||
$this->view->moduleList = $this->editor->getModules();
|
||||
|
||||
Reference in New Issue
Block a user