update languages icon to globe instead of flag
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Umbraco.Web.Trees
|
||||
|
||||
//this will load in a custom UI instead of the dashboard for the root node
|
||||
root.RoutePath = string.Format("{0}/{1}/{2}", Constants.Applications.Settings, Constants.Trees.Languages, "overview");
|
||||
root.Icon = "icon-flag-alt";
|
||||
root.Icon = "icon-globe";
|
||||
root.HasChildren = false;
|
||||
root.MenuUrl = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user