You are here

function service_links_sprites_init in Service links 7.2

Same name and namespace in other branches
  1. 6.2 plugins/service_links_sprites.module \service_links_sprites_init()

Implements hook_init().

File

plugins/service_links_sprites.module, line 23
Adds new styles based on sprites.

Code

function service_links_sprites_init() {
  if (variable_get('service_links_use_internal_sprites', 0)) {
    drupal_add_css(variable_get('file_public_path', conf_path() . '/files') . '/' . SLS_FILENAME . '.css');
  }
}