1
0

links.xml readme.txt 426 B

123456789101112131415161718
  1. links.xml - readme
  2. This file is used to store Bento's browser quicklinks.
  3. If you want to edit this file keep in mind that you replace every & with & in xml code.
  4. All menus must be stored under this node: <browserQuickLinks>
  5. the <link/> tag supports these params:
  6. name
  7. url
  8. ontop
  9. if you want to put a link in a submenu, surround it with <submenu> ... </submenu>
  10. params for <submenu/>
  11. name
  12. ontop
  13. -Martin