Guest User

Untitled

a guest
Jan 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. // load jQuery, if not loaded before
  3. if(!JFactory::getApplication()->get('jquery')){
  4. JFactory::getApplication()->set('jquery',true);
  5. $document =& JFactory::getDocument();
  6. $document->addScript(JURI::root() . "path_to_file/jquery-1.8.2.js");
  7. }
  8. ?>
Add Comment
Please, Sign In to add comment