Adding Content property to Menu shape

Work Item: #19415

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-02-01 13:08:04 -08:00
parent d6de0fca2c
commit 6a5341fc05

View File

@@ -162,6 +162,7 @@ namespace Orchard.Core.Navigation.Drivers {
menuShape.MenuName(menuName);
menuShape.Content(menu);
NavigationHelper.PopulateMenu(shapeHelper, menuShape, menuShape, menuItems);
return shapeHelper.Parts_MenuWidget(Menu: menuShape);