/ Published in: PHP
Expand |
Embed | Plain Text
/** * Implement hook_help(). */ function [[Module Name]]_help($path, $arg) { if ($path == 'admin/help#[[Module Name]]') { return t([[Help Text'); } }
You need to login to post a comment.
/** * Implement hook_help(). */ function [[Module Name]]_help($path, $arg) { if ($path == 'admin/help#[[Module Name]]') { return t([[Help Text'); } }
You need to login to post a comment.