Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php
  2.  
  3. foreach ($js_groupings as $key => $groupings)
  4. {
  5. foreach ($groupings as $file => $target)
  6. {
  7. //if the target grouping is found
  8. if ($target == 'include/javascript/pmse.designer.min.js')
  9. {
  10. //append the custom JavaScript file
  11. $js_groupings[$key]['custom/include/javascript/pmse/toupper_action.js'] = 'include/javascript/pmse.designer.min.js';
  12. }
  13. break;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement