I want to add a small html within the body tag of the site. I believe I can use template preprocess for this. I don't want to touch the template files. I am doing this from a module.
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
|
You should add hook_node_view() into your module. See the given example on how to add HTML markup.
|
||||
|
You can use
|
||||
|