Like to first thank you for the wonderful theme.
I cound not get a couple modules working with this theme and upon observing the code, I found that it does not have the print $closure
After adding print $closure above the tag in the page.tpl.php all is well.
Is there a reason for excluding $closure?
Thanks

Comments

xDudditzx’s picture

Sorry, the /body tag got parse by Drupal.
The above should read:

After adding <?php print $closure ?> above the </body> tag in the page.tpl.php all is well.
Is there a reason for excluding $closure?
Thanks

reference:
http://drupal.org/node/11812
$closure
Needs to be displayed at the bottom of the page, for any dynamic javascript that needs to be called once the page has already been displayed.

sakib000’s picture

Status: Active » Fixed

I missed it. Its fixed now in 1.4

rpeters’s picture

I cannot get the admin_menu module working in this theme. Is this why?

sakib000’s picture

Have you upgraded to 1.4?

Also clear your cache after upgrading.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.