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
Comment #1
sunThat 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
multiple times into your page.tpl.php.
Comment #2
FL4PJ4CK commentedCool thanks, I accidently used
print $closure;two times.Now it works.
Comment #3
Rosamunda commentedSorry to bother, but I happen to have the same problem, and I didn´t print the $closure twice... just once.
Comment #4
sunMore information is needed. Start with a screenshot.
Comment #5
Rosamunda commentedSorry 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
Comment #6
sunComment #8
Anonymous (not verified) commentedI 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!
Comment #9
Anonymous (not verified) commentedAs another note... it appears that links to CiviCRM have disappeared from the admin menu as well.
Comment #10
sun