? hidehelp.patch
? sites/default/files
? sites/default/settings.php
Index: includes/theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.408
diff -u -p -r1.408 theme.inc
--- includes/theme.inc	31 Dec 2007 08:54:36 -0000	1.408
+++ includes/theme.inc	31 Dec 2007 21:13:25 -0000
@@ -1155,7 +1155,7 @@ function theme_breadcrumb($breadcrumb) {
  * @return a string containing the helptext for the current page.
  */
 function theme_help() {
-  if ($help = menu_get_active_help()) {
+  if (($help = menu_get_active_help()) && (!system_admin_compact_mode())) {
     return '<div class="help">'. $help .'</div>';
   }
 }
