I would like to create a dropdownlist for quicklink navigation in a master page. The quicklink menu will have direct links to a bunch of subsites. This will need to be accessible from all subsites.
I would also like to have the users be able to update/modify that list.
What is the best way to do this?
I was thinking if I could store the links in a global list of some sort so than display them in the dropdownlist?