Powered by Blogger.

Add js in Joomla header


Add js in Joomla header

$document = JFactory::getDocument();
$document->addScript('path/to/jquery.js');

No comments