Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. path_is_admin();
  4.  
  5. menu_get_object();
  6.  
  7. //libraries_get_path
  8. libraries_get_path('jsoneditor') . '/jsoneditor.min.js';
  9.  
  10. //module path
  11. drupal_get_path('module', 'scmp_content') . '/js/scmp_content_admin_jsoneditor.js';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement