You are here

function views_sexy_throbber_init in Views Sexy Throbber 7.2

Implements hook_init().

File

./views_sexy_throbber.module, line 30
Views Sexy Throbber main module file.

Code

function views_sexy_throbber_init() {

  // Add the css file to your site DOM.
  drupal_add_css('public://views_sexy_throbber/views_sexy_throbber.css');
}