I am using a custom theme purchased from internet.

I created a piece of content and link to secondary menu, say "Game".

When I am on "Game" page, if I mouse-over "Game" menu item, I will get a drop down menu "View, Delete, Edit, Revision".

Can you tell me how to disable this drop down menu?

<?php if (isset($secondary_links)) { ?><?php print theme('secondary_links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?><?php } ?>

I have been combing the forum for solution and can't find anything. I think I got the wrong keywords.

Please point me to the right direction.

Thank you.

Comments

dman’s picture

That sounds like http://drupal.org/project/admin_hover
Although I've seen that functionality built into zen-based templates also.

Only users with permissions should be seeing it.

Without more details it's hard to say. Best to check with the source.

.dan.
if you are asking a question you think should be documented, please provide a link to the handbook where you think the answer should be found.
| http://www.coders.co.nz/ |