chameleon_help

Definition

chameleon_help()
drupal/themes/chameleon/chameleon.theme, line 184

Code

function chameleon_help() {
  if ($help = menu_get_active_help()) {
    return '<div class="help">' . $help . '</div><hr />';
  }
}