small fix
This commit is contained in:
parent
af96282aaa
commit
a82928ed82
1 changed files with 6 additions and 1 deletions
|
@ -64,7 +64,12 @@ namespace WebsitePanel.Portal
|
|||
string imagePath = String.Concat("~/", DefaultPage.THEMES_FOLDER, "/", Page.Theme, "/", "Images/Exchange", "/");
|
||||
|
||||
//Add "Organization Home" menu item
|
||||
MenuItem item = new MenuItem(GetLocalizedString("Text.OrganizationHome"), "", "", null);
|
||||
MenuItem item = new MenuItem(
|
||||
GetLocalizedString("Text.OrganizationHome"),
|
||||
"",
|
||||
"",
|
||||
PortalUtils.EditUrl("ItemID", PanelRequest.ItemID.ToString(), "organization_home", "SpaceID=" + PanelSecurity.PackageId));
|
||||
|
||||
items.Add(item);
|
||||
|
||||
//Organization menu group;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue