You are here

function chameleon_help in Drupal 5

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

File

themes/chameleon/chameleon.theme, line 183
A slim, CSS-driven theme which does not depend on a template engine like phptemplate

Code

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