}
$temp->add(new admin_setting_configselect('defaulthtmleditor', get_string('defaulthtmleditor', 'admin'), null, 'tinymce', $htmleditors));
$temp->add(new admin_setting_configcheckbox('htmleditor', get_string('usehtmleditor', 'admin'), get_string('confightmleditor','admin'), 1));
+ $temp->add(new admin_setting_emoticons());
$ADMIN->add('htmleditor', $temp);
$temp = new admin_settingpage('htmlarea', get_string('htmlarea', 'admin'));
$temp->add(new admin_setting_special_editordictionary());
}
$temp->add(new admin_setting_special_editorhidebuttons());
- $temp->add(new admin_setting_emoticons());
$ADMIN->add('htmleditor', $temp);
$temp = new admin_settingpage('tinymce', get_string('tinymce', 'admin'));