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.
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
Comment #1
add1sun commentedClosing old support issues without activity.
Comment #2
antoine.lucas commentedup
Comment #3
antoine.lucas commentedmenu_get_active_trail() do the job for you :
[code]
$trail=menu_get_active_trail();
$mlid=$trail[1]['mlid']
[/code]
:)