Closed (fixed)
Project:
JesoX MMozine
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2009 at 22:45 UTC
Updated:
7 Dec 2009 at 15:10 UTC
This is a nice theme, however I noticed a few problems, in page.tpl you need to add these lines to the footer
<?php print $footer; //required drupal construct ?>
<?php print $closure; //required drupal construct ?>
These are required drupal constructs, in particular they load certain javascript for other module. Adding these two lines will make admin_menu module work, and others.
Comments
Comment #1
compujohnny commentedAdded and committed to HEAD, Thanks