book_init
- Versions
- 6 – 7
book_init()
Implementation of hook_init(). Add's the book module's CSS.
Code
modules/book/book.module, line 165
<?php
function book_init() {
drupal_add_css(drupal_get_path('module', 'book') .'/book.css');
}
?>Login or register to post comments 