diff -r 2a31905a567d -r dc96d6c5cd1e includes/template.php --- a/includes/template.php Thu Jun 02 05:28:28 2011 -0400 +++ b/includes/template.php Thu Jun 02 05:46:13 2011 -0400 @@ -2155,6 +2155,8 @@ $randomid = md5(microtime() . mt_rand()); $html = ''; $html .= ''; + + /* $html .= '
' . $lang->get('etc_tinymce_btn_text') . '  |  ' . $lang->get('etc_tinymce_btn_graphical') . '
'; $html .= ''; + */ + return $html; }