Posted by FL4PJ4CK on August 12, 2009 at 8:04pm
Jump to:
| Project: | Administration menu |
| Version: | 6.x-1.5 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hey,
I just installed administration menu the first time and think it's very usefull.
But at the moment it appears twice: At the top of the website and again at the top of the content.
Screenshot: http://www.bildercache.de/anzeige.html?dateiname=20090812-220349-761.png
Thanks,
Nico
Comments
#1
That means that you are doing strange things in your theme. Either the inner content area is an IFRAME that loads a completely different (full) page output (and thereby also the menu) or you placed
print $closure;multiple times into your page.tpl.php.
#2
Cool thanks, I accidently used
<?phpprint $closure;
?>
Now it works.
#3
Sorry to bother, but I happen to have the same problem, and I didn´t print the $closure twice... just once.
#4
More information is needed. Start with a screenshot.
#5
Sorry for the mess! Problem solved.
I´ve uninstalled and reinstalled the module (not with devel, but manually going to uninstall modules and installing it all over again), and the problem is solved.
Thanks!!
Rosamunda
#6
#7
Automatically closed -- issue fixed for 2 weeks with no activity.
#8
I recently updated my theme and some modules. When running the update.php, an error message came up relating to the admin menu. (sadly, I didn't save it, nor think anything of it.) Now, I've having the same problem as the above two drupal users. I've both tried uninstalling and re-installing the admin menu module, and I've checked the page.tpl.php file for duplicate closures. Neither has helped.
Help!
#9
As another note... it appears that links to CiviCRM have disappeared from the admin menu as well.
#10