Community

Use external stlye sheets and javascript

Hello I am new to themeing. I know in the .info file of the themes you can add local css files and scripts, but I would like to add external css files stored (http://www.wherever.com/stylesheet.css). As well I have javascript for things such as expanding menus, and would like to also include this (also external). How can I do this?

Cheers

Comments

drupal_add_css() and

drupal_add_css() and drupal_add_js() using the "external" parameter.

Where?

Thanks for the reply, do I add this to the .info file?

nobody click here