I am working on a custom CSS file for a primary menu and the CSS file is looking for a MID / menu id. Where do I find the menu id / MID for the Primary Menu.

Thanks in advance.

Comments

add1sun’s picture

Status: Active » Closed (fixed)

Closing old support issues without activity.

antoine.lucas’s picture

up

antoine.lucas’s picture

menu_get_active_trail() do the job for you :

[code]
$trail=menu_get_active_trail();
$mlid=$trail[1]['mlid']
[/code]

:)