You are here

function share42_init in Share42 - social sharing buttons 6

Implements hook_init().

File

./share42.module, line 26
Main file for the Share42 module.

Code

function share42_init() {
  drupal_add_js(_share42_library_path() . '/share42.js', 'module', 'footer');
  drupal_add_css(drupal_get_path('module', 'share42') . '/css/share42.css');
}