Hi everybody,

I'd like to create a module under Drupal 6 which would modify the links in the primary links. It's not a theming problem so I'd like not to use theming functions. I'm trying to do this but I can't see any solutions to this problem.

The module should be able to create the content of the Primary File menu. Have you any idea about it ?

Thanks for your help

Comments

treadings’s picture

would this thread help?

http://drupal.org/node/373549

gyrohell’s picture

Thx for your response.

I think I have some kind of solution with that.

But I've seen there's a menu_name field in the menu item definition (hook_menu). I tried to give to it the 'primary-links' value but it doesn't worked. Is it possible to do it ?