SiteBar 3 as Bookmark Backend Engine
====================================

SideBar support currently following two menuing systems:

WebLinks
--------
Home:  http://links.mozdev.org/

For more information see http://forums.mozillazine.org/viewtopic.php?t=36166 .


PHP Layers Menu
---------------
Home:  http://phplayersmenu.sourceforge.net/
Info:

Download your copy and use URL in the following format instead of file name
as parameter of LayersMenu::setMenuStructureFile($file) function:

All public bookmarks:
    http://localhost/sitebar/phplayersmenu.php

Bookmarks of user EMAIL with password PASS:
    http://localhost/sitebar/phplayersmenu.php?email=EMAIL&pass=PASS

Bookmarks starting with folder id ID (id can be found in the status bar of
your browser by pointing the mouse over a folder in classic SiteBar):
    http://localhost/sitebar/phplayersmenu.php?root=ID

Bookmarks starting with folder id ID belonging to user EMAIL with password PASS:
    http://localhost/sitebar/phplayersmenu.php?email=EMAIL&pass=PASS&root=ID
