You are here

function views_init in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 8.3 views.module \views_init()
  2. 6.2 views.module \views_init()

Implementation of hook_init().

File

./views.module, line 59
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');
}