Same name and namespace in other branches
  1. 4.7.x themes/chameleon/chameleon.theme \chameleon_help()
  2. 6.x 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 />';
  }
}