Cannot theme links in a menu when menu_name contains a hyphen.

Related issue: #1001146: Cannot theme links in a menu when menu_name contains a hyphen.

To fix this, a minor change of menu_block.module at line #90 is required:

   $variables['classes_array'][] = 'menu-name-' . strtr($variables['config']['menu_name'], '-', '_');

(sorry, no patch utility at this moment)

Comments

Simon Georges’s picture

Status: Active » Closed (won't fix)

The related issue has been fixed, so there's no need for this fix any more. Thanks anyway!