* 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();
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
?>
|
||||
<?php include '../../extension/view/header.html.php';?>
|
||||
<?php include '../../dev/view/header.html.php';?>
|
||||
<table class='w-p100'>
|
||||
<tr>
|
||||
<td class='w-200px'>
|
||||
|
||||
Reference in New Issue
Block a user