<script type="text/javascript">
<!--
tinyMCE.init({
mode : "exact",
theme : "advanced",
skin : "default",
elements : "description",
plugins : "",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,cleanup,code,|,forecolor,backcolor",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
theme_advanced_resize_horizontal : false,
content_css : "<?php echo get_bloginfo('template_directory'); ?>/styles/master.css",
languages : 'en',
disk_cache : true,
width : "<?php echo $width; ?>",
height : "<?php echo $height; ?>"
});
-->
</script>
<script type="text/javascript">
<!--
tinyMCE.init({
mode : "exact",
theme : "advanced",
skin : "default",
elements : "description",
plugins : "media",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,media,cleanup,code,|,forecolor,backcolor",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
theme_advanced_resize_horizontal : false,
content_css : "<?php echo get_bloginfo('template_directory'); ?>/styles/master.css",
languages : 'en',
disk_cache : true,
width : "<?php echo $width; ?>",
height : "<?php echo $height; ?>"
});
-->
</script>
There are currently 1 users browsing this thread. (0 members and 1 guests)