chameleon_help
- Versions
- 4.7 – 6
chameleon_help()
Code
themes/chameleon/chameleon.theme, line 176
<?php
function chameleon_help() {
if ($help = menu_get_active_help()) {
return '<div class="help">'. $help .'</div><hr />';
}
}
?>Login or register to post comments 