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