diff --git a/module/editor/control.php b/module/editor/control.php index d48144af85..c3f4a88f0a 100644 --- a/module/editor/control.php +++ b/module/editor/control.php @@ -19,6 +19,8 @@ class editor extends control */ public function index() { + $this->view->title = $this->lang->editor->common; + $this->view->position[] = $this->lang->editor->common; $this->view->moduleList = $this->editor->getModules(); $this->display(); } diff --git a/module/editor/css/extend.css b/module/editor/css/extend.css index 592bf5002d..9305fff3d3 100644 --- a/module/editor/css/extend.css +++ b/module/editor/css/extend.css @@ -1,3 +1,2 @@ #extendTree li {list-style-type:none;} #extendTree .active {color:blue; font-weight:bold} - diff --git a/module/editor/view/edit.html.php b/module/editor/view/edit.html.php index dd3db2336d..7c02e674a6 100644 --- a/module/editor/view/edit.html.php +++ b/module/editor/view/edit.html.php @@ -11,8 +11,7 @@ */ ?> - -