/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
/**
* Implement hook_help().
*/
function [[Module Name]]_help($path, $arg) {
if ($path == 'admin/help#[[Module Name]]') {
return t([[Help Text');
}
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                