开发者

Customize the way a Drupal Menu looks like from my Theme

开发者 https://www.devze.com 2022-12-21 10:24 出处:网络
I\'d like my theme to display a menu in a completely custom way. What开发者_Python百科 functions should I have to use in my theme code? Is there any good tutorial out there?Yes, proceed to api.drupal.

I'd like my theme to display a menu in a completely custom way. What开发者_Python百科 functions should I have to use in my theme code? Is there any good tutorial out there?


Yes, proceed to api.drupal.org and take a look at theme_menu_tree, theme_menu_item, and theme_menu_item_link. With these overrides, you can change the html that is output by the menu system, and then style accordingly with CSS.

For a tutorial, I would suggest going through the Drupal 6 theming guide.

You might also want to check out this article from palantir, on the menu block module.

0

精彩评论

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