Closed (fixed)
Project:
litejazz
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Aug 2007 at 03:37 UTC
Updated:
23 Aug 2007 at 04:19 UTC
Just posting a solution to a problem I ran into. I was installing TinyMCE and noticed that the setting page for it was coming up blank. I fixed this by adding the following to page.tpl.php.
<?php if ($help): print $help; endif; ?>
<?php if ($messages): print $messages; endif; ?>
Add them right before the line that contains:
<?php print $content; ?>
Comments
Comment #1
Jahandar commentedThe above applies to the version available here 5.x-1.1 version available here on drupal.org. On RoopleTheme.com they have a newer version v0.13 that appears to fix this.
Comment #2
(not verified) commented