You are here

function menu_attributes_preprocess_menu in Menu Attributes 8

Implements hook_preprocess_menu().

File

./menu_attributes.module, line 297
Alters the menu item form to allow the administrator to specify additional attributes for the menu link

Code

function menu_attributes_preprocess_menu(&$variables) {
  menu_attributes_set_attributes($variables['items']);
}