You are here

function jqmulti_switch_path in jQuery Multi 7

Same name and namespace in other branches
  1. 6 jqmulti.module \jqmulti_switch_path()

Returns the path to the switch script.

File

./jqmulti.module, line 178
Code for the jQuery Multi module.

Code

function jqmulti_switch_path() {
  return drupal_get_path('module', 'jqmulti') . '/js/switch.js';
}