Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/admin_menu/README.txt,v
retrieving revision 1.27
diff -u -p -r1.27 README.txt
--- README.txt	6 Jan 2009 00:12:36 -0000	1.27
+++ README.txt	14 Jan 2009 13:41:10 -0000
@@ -144,6 +144,19 @@ A: In the Opera browser preferences unde
    should appear.
 
 
+Q: How can the administration menu be hidden on certain pages?
+
+A: You can suppress it by simply calling the following function in PHP:
+
+     module_invoke('admin_menu', 'suppress');
+
+   However, this needs to happen as early as possible in the page request, so
+   placing it in the theming layer (resp. a page template file) is too late.
+   Ideally, the function is called in hook_init() in a custom module.  If you do
+   not have a custom module, placing it into some conditional code at the top of
+   template.php may work out, too.
+
+
 -- CONTACT --
 
 Current maintainers:
