You are here

function swftools_init in SWF Tools 6

Same name and namespace in other branches
  1. 6.3 swftools.module \swftools_init()
  2. 6.2 swftools.module \swftools_init()

Implementation of hook_init()

File

./swftools.module, line 40

Code

function swftools_init() {
  if (variable_get('swftools_always_add_js', SWFTOOLS_ALWAYS_ADD_JS)) {
    swftools_push_js();
  }
}