You are here

function soundmanager2_install in SoundManager2 6

Same name and namespace in other branches
  1. 6.2 soundmanager2.install \soundmanager2_install()

@file Implementation of hook_install().

File

./soundmanager2.install, line 8
Implementation of hook_install().

Code

function soundmanager2_install() {
  drupal_load('module', 'content');
  content_notify('install', 'soundmanager2');
  variable_set('sm2-debug-mode', false);
  variable_set('sm2-path', 'sites/all/shared/soundmanager2');
}