diff -r fbfdcea634a7 -r fa4c5ecb7c9a includes/clientside/tinymce/plugins/template/js/template.js --- a/includes/clientside/tinymce/plugins/template/js/template.js Thu Jan 31 22:29:07 2008 -0500 +++ b/includes/clientside/tinymce/plugins/template/js/template.js Sat Feb 02 11:54:16 2008 -0500 @@ -46,6 +46,11 @@ }, loadCSSFiles : function(d) { + var ed = tinyMCEPopup.editor; + + tinymce.each(ed.getParam("content_css", '').split(','), function(u) { + d.write(''); + }); }, selectTemplate : function(u) {