Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if(isset($_SESSION['user_id']){
  2.  
  3. function mymodule_js_alter(&$javascript) {
  4.  
  5. $javascript[drupal_get_path('module', 'c') .'/x.js']['data'] = drupal_get_path('module', 'mymodule') . '/y.js';
  6.  
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement