function chameleon_help
Archivo
- drupal-6.x/
themes/ chameleon/ chameleon.theme, line 176 - A slim, CSS-driven theme which does not depend on a template engine like phptemplate
Código
function chameleon_help() {
if ($help = menu_get_active_help()) {
return '<div class="help">' . $help . '</div><hr />';
}
}