chameleon_help()drupal/themes/chameleon/chameleon.theme, line 184
function chameleon_help() { if ($help = menu_get_active_help()) { return '<div class="help">' . $help . '</div><hr />'; } }