| 93 | | </head> |
| | 97 | <?php if ( 'true' == get_user_option('rich_editing') ) :?> |
| | 98 | <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce_gzip.php"></script> |
| | 99 | <script type="text/javascript"> |
| | 100 | tinyMCE.init({ |
| | 101 | mode : "specific_textareas", |
| | 102 | textarea_trigger : "title", |
| | 103 | width : "100%", |
| | 104 | theme : "advanced", |
| | 105 | theme_advanced_buttons1 : "bold,italic,strikethrough,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,separator,link,unlink,image,emotions,separator,wordpress,separator,undo,redo,code", |
| | 106 | theme_advanced_buttons2 : "", |
| | 107 | theme_advanced_buttons3 : "", |
| | 108 | theme_advanced_toolbar_location : "top", |
| | 109 | theme_advanced_toolbar_align : "left", |
| | 110 | theme_advanced_path_location : "bottom", |
| | 111 | theme_advanced_resizing : true, |
| | 112 | browsers : "msie,gecko", |
| | 113 | dialog_type : "modal", |
| | 114 | theme_advanced_resize_horizontal : false, |
| | 115 | entity_encoding : "raw", |
| | 116 | relative_urls : false, |
| | 117 | remove_script_host : false, |
| | 118 | valid_elements : "a[href|title],strong/b,em/i,strike,u,p[class|align],ol,ul,li,br,img[class|src|alt|title|width|height|align],sub,sup,blockquote,table[border=0|cellspacing|cellpadding|width|height|class|align],tr[class|rowspan|width|height|align|valign],td[dir|class|colspan|rowspan|width|height|align|valign],div[dir|class|align],span[class|align],pre[class],address,h1[class|align],h2[class|align],h3[class|align],h4[class|align],h5[class|align],h6[class|align],hr", |
| | 119 | plugins : "contextmenu,wordpress" |
| | 120 | <?php do_action('mce_options'); ?> |
| | 121 | }); |
| | 122 | </script> |
| | 123 | <?php endif; ?></head> |