Drupal Override Custom Menu Template

前端 未结 4 1806
挽巷
挽巷 2020-12-08 16:23

I created a custom menu called \"sub-top-nav\" and now I\'d like to override the html output. In particular I would like to add an unique class to each item like.

Th

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 16:53

    Drupal 7 uses theme_menu_link instead of theme_menu_item

    ' . $output . $sub_menu . "
  • \n"; } ?>

提交回复
热议问题