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

compujohnny’s picture

Status: Active » Fixed

Added and committed to HEAD, Thanks

Status: Fixed » Closed (fixed)

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