0

I want to display image and link in sub menu, i tried menu icon module, but i can not able to display both image and link.

can any one know which module support both?

i found one drupal website which uses the same, sweetdigital.co

apaderno
  • 28,547
  • 16
  • 75
  • 90
Bala
  • 362
  • 1
  • 9
  • 25

1 Answers1

0

I have done this before by overriding theme_menu_link to add a wrapper and a unique id, then just used css to add the image using the unique id as the selector.

2pha
  • 9,798
  • 2
  • 29
  • 43
  • i don't know to implement this and very confusing. Can you please paste the code i have to use for theme_menu_link. its a nice idea for image to appear, thanks for that!!! – Bala Mar 17 '13 at 05:33