Quote:
Originally Posted by Webbstre
It's in the plugin manager, but you are probably on to something with the template hook thing. I haven't manually changed the default navbar template, but could another add-on have modified it for me? This is what is in my list right now:
|
I am not familiar with any of these plugins. If you check the plugin code for each one you will see which template hook it uses ($template_hook[something_or_other]). Check for $template_hook[navbar_after_getnew]. More than one plugin can use the same hook location provided each appends its output to the hook variable.
You could try changing the gallery hook location to $template_hook[navbar_start], $template_hook[navbar_after_pm], $template_hook[navbar_after_faq] or $template_hook[navbar_after_calendar] which will move it to a different position in the menu.