How to add Javascript or css to your Joomla template?

Just do the following to get it working. Add the following lines to your view.html.php.



$document = &JFactory::getDocument();
$this->document->addStyleSheet('your path/style.css');
$this->document->addScript( 'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' );


That would solve your problem.

0 comments



Some Links (off programming)