Closed (fixed)
Project:
Admire Grunge
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2010 at 19:26 UTC
Updated:
5 Mar 2010 at 04:30 UTC
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
Comment #1
xDudditzx commentedSorry, 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.
Comment #2
sakib000 commentedI missed it. Its fixed now in 1.4
Comment #3
rpeters commentedI cannot get the admin_menu module working in this theme. Is this why?
Comment #4
sakib000 commentedHave you upgraded to 1.4?
Also clear your cache after upgrading.