function views_init in Views (for Drupal 7) 6.2
Same name and namespace in other branches
- 8.3 views.module \views_init()
- 6.3 views.module \views_init()
Implementation of hook_init().
File
- ./
views.module, line 21 - Primarily Drupal hooks and global API functions to manipulate views.
Code
function views_init() {
drupal_add_css(drupal_get_path('module', 'views') . '/css/views.css');
}