function book_made_simple_init in Book made simple 7.3
Same name and namespace in other branches
- 6.3 book_made_simple.module \book_made_simple_init()
Implements hook_init().
File
- ./
book_made_simple.module, line 23 - Automaticly creats a book and simple creation of child pages. Author: M. Morin
Code
function book_made_simple_init() {
if (!variable_get('book_made_simple_admin_use_css', false)) {
drupal_add_css(drupal_get_path('module', 'book_made_simple') . '/book_made_simple.css');
}
}