开发者

Drupal 7: best practices to override a menu?

开发者 https://www.devze.com 2023-04-01 11:02 出处:网络
I have a menu defined in Drupal 7. Let\'s call it \"top\". This menu is already placed on the region that i want.

I have a menu defined in Drupal 7. Let's call it "top". This menu is already placed on the region that i want.

The difference is that it will show up as a select element in my drupal theme.

开发者_如何转开发

What are the best practices to override this menu?

Other menus will continue to show up normally, i only need to override this one.

Thanks!


Did you try using hook_menu_alter()?

You should be more specific, as I'm not sure what you actually want to change.

0

精彩评论

暂无评论...
验证码 换一张
取 消