Admin menu does not show in this theme. Is this by design?

http://drupal.org/project/admin_menu

Comments

ishmael-sanchez’s picture

Status: Active » Needs review

This is probably not by design. The theme is missing print $closure; variable which modules use to print out data. Add that to your page.tpl.php and it should work.

Cory Goodwin’s picture

Status: Needs review » Closed (fixed)

Ishmael is correct.