function example_html_head in Coder 7.2
Same name and namespace in other branches
- 7 coder_upgrade/tests/old/samples/example.module \example_html_head()
File
- coder_upgrade/
tests/ old/ samples/ example.module, line 181
Code
function example_html_head() {
// drupal_set_html_head() -- Change the next line but leave this alone
$data = 'my header';
drupal_set_html_head($data);
if (drupal_set_html_head($data)) {
//
}
}