Project:itheme
Version:5.x-1.5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I just install fckeditor and i've a problem with itheme. With defaults drupal themes, fckeditor run without problem, with iTheme, textarea don't transform in wysiwyg editor. I've controled in html source : line <.../fckeditor/...*.js> is correctly positioned. Do you know this problem ?

Comments

#1

Same problem

#2

Component:Miscellaneous» Code
Category:support request» bug report

The theme's page.tpl.php is missing:

<?php print $closure; ?>

Once you add the call to the $closure variable FCKeditor works correctly.

FYI: Add <?php print $closure; ?> before the closing body tag (</body>) at the end of page.tpl.php