dbFields = array( 'plugins'=>'autoresize, fullscreen, pagebreak, link, textcolor, code, image, paste', 'toolbar'=>'bold italic underline strikethrough | alignleft aligncenter alignright | bullist numlist | styleselect | link forecolor backcolor removeformat image | pagebreak code fullscreen' ); } public function form() { global $Language; $html = '
'; $html .= ''; $html .= ''; $html .= '
'; $html .= '
'; $html .= ''; $html .= ''; $html .= '
'; return $html; } public function adminHead() { global $layout; if (in_array($layout['controller'], $this->loadWhenController)) { return ''; } return false; } public function adminBodyEnd() { global $layout; if (in_array($layout['controller'], $this->loadWhenController)) { return ''; } return false; } }