correctly output richer nav IDs

This commit is contained in:
Evan Prodromou 2011-07-06 11:19:47 -04:00
parent eb430f9cb3
commit 74f8c51358

View File

@ -143,6 +143,8 @@ class Menu extends Widget
$id .= '_' . $key . '_' . $value; $id .= '_' . $key . '_' . $value;
} }
} }
return $id;
} }
function submenu($label, $menu) function submenu($label, $menu)