I tried to work out how to add this via the forge, but couldn't see any where to add anything

In order to individually style some menu items it would be handy to have a string available for use as an id in the menu template. The node->Alias value seems to fit the bill.
Its a pretty simple patch too
Code: Select all
// file: modules/MenuManager/MenuManager.module.php
// fn: FillNode
// line: ~ 187, add
$onenode->alias = $content->Alias();