You are here

function soundmanager2_install in SoundManager2 6.2

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

@file Implementation of hook_install().

File

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

Code

function soundmanager2_install() {
  variable_set('sm2-debug-mode', false);
  variable_set('sm2-path', 'sites/all/libraries/soundmanager2');
}