In trying to integrate menu_attach_block with megamenus, noticing that the l() calls used when generating the 3 levels of items don't pass in existing menu options. This breaks modules that rely on those options being set when they render (like menu_attach_block).

CommentFileSizeAuthor
#1 linkoptions-1986358-2.patch1.73 KBmonan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

monan’s picture

Status: Active » Needs review
FileSize
1.73 KB

Here is a patch to fix this issue. Just modifies the l() calls to include the options.

  • ram4nd committed 8d4bea2 on 7.x-1.x authored by monan
    Issue #1986358 by monan: megamenu.module doesn't pass link options to l...
ram4nd’s picture

Assigned: monan » Unassigned
Issue summary: View changes
Status: Needs review » Closed (fixed)

Ported.