theme_help

Versions
4.6
theme_help($section)
4.7 – 6
theme_help()

Return a themed help message.

Return value

a string containing the helptext for the current page.

Related topics

Code

includes/theme.inc, line 642

<?php
function theme_help() {
  if ($help = menu_get_active_help()) {
    return '<div class="help">'. $help .'</div>';
  }
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.