Customise menu items
--------------------

1)	Introduction

	Currently there is not a lot of flexibility in this area.  This
	is something that will be looked at in a future release.
	
	If you have an understanding of PHP and the basic security model
	of OpenDb you can modify the get_menu_options function in
	include/menu.php.
	
2)	Changes

	The include/config.php variables $menu_config['list_all_items_link']
	and $menu_config['list_others_items_link'] added in 0.50-dev28 have 
	been removed because the functionality they provided was minimal
	and would be replaced later on with something much better anyway.