You are here

function chameleon_help in Drupal 4

Same name and namespace in other branches
  1. 5 themes/chameleon/chameleon.theme \chameleon_help()
  2. 6 themes/chameleon/chameleon.theme \chameleon_help()

File

themes/chameleon/chameleon.theme, line 165
A slim, CSS-driven theme.

Code

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