By vtrot on
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.
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
Where?
Thanks for the reply, do I add this to the .info file?