function sheetnode_init in Sheetnode 5
Same name and namespace in other branches
- 6 sheetnode.module \sheetnode_init()
Implementation of hook_init().
File
- ./
sheetnode.module, line 406
Code
function sheetnode_init() {
// TODO: This is here for the view admin page. Find another way to include them or at least restrict the path.
drupal_add_css(drupal_get_path('module', 'sheetnode') . '/socialcalc/socialcalc.css');
drupal_add_css(drupal_get_path('module', 'sheetnode') . '/sheetnode.css');
}