node_init
- Versions
- 6 – 7
node_init()
Implement hook_init().
Code
modules/node/node.module, line 1973
<?php
function node_init() {
drupal_add_css(drupal_get_path('module', 'node') . '/node.css');
}
?>Login or register to post comments node_init()Implement hook_init().
modules/node/node.module, line 1973
<?php
function node_init() {
drupal_add_css(drupal_get_path('module', 'node') . '/node.css');
}
?>Login or register to post comments