Guest User

Untitled

a guest
Jan 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $my_settings = array(
  2. 'basePath' => $base_path,
  3. 'animationEffect' => variable_get('effect', 'none')
  4. );
  5.  
  6. drupal_add_js(array('myModule' => $my_settings), 'setting');
  7.  
  8. var basePath = Drupal.settings.myModule.basePath;
  9. var effect = Drupal.settings.myModule.animationEffect;
Add Comment
Please, Sign In to add comment