function node_gallery_init in Node Gallery 6
Same name and namespace in other branches
- 6.3 node_gallery.module \node_gallery_init()
- 6.2 node_gallery.module \node_gallery_init()
Implementation of hook_init(). Add our CSS file.
File
- ./
node_gallery.module, line 20 - Node gallery module file.
Code
function node_gallery_init() {
drupal_add_css(drupal_get_path('module', 'node_gallery') . "/node_gallery.css");
}