|
@@ -1,10 +1,11 @@
|
|
|
<?php
|
|
|
- $config['ToolbarSets']['Normal'] = array(
|
|
|
- array('Style','FontFormat','FontName','FontSize'),
|
|
|
- '/',
|
|
|
- array('Bold','Italic','Underline'),
|
|
|
- array('SpecialChar', 'mimetex'),
|
|
|
- array('OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor'),
|
|
|
- array('JustifyLeft','JustifyCenter','JustifyRight','-','Source')
|
|
|
+
|
|
|
+$config['ToolbarSets']['Normal'] = array(
|
|
|
+ array('Style', 'FontFormat', 'FontName', 'FontSize'),
|
|
|
+ '/',
|
|
|
+ array('Bold', 'Italic', 'Underline'),
|
|
|
+ array('SpecialChar', 'mimetex'),
|
|
|
+ array('OrderedList', 'UnorderedList', '-', 'Outdent', 'Indent', '-', 'TextColor', 'BGColor'),
|
|
|
+ array('JustifyLeft', 'JustifyCenter', 'JustifyRight', '-', 'Source')
|
|
|
);
|
|
|
?>
|