Moving the import export menu to the bottom of the pole.

--HG--
branch : dev
This commit is contained in:
Suha Can
2011-03-10 11:45:41 -08:00
parent ec409007d0
commit dbce4188ab

View File

@@ -11,7 +11,7 @@ namespace Orchard.ImportExport {
public void GetNavigation(NavigationBuilder builder) {
builder.AddImageSet("importexport")
.Add(T("Import/Export"), "4", BuildMenu);
.Add(T("Import/Export"), "42", BuildMenu);
}
private void BuildMenu(NavigationItemBuilder menu) {