Posted by vtrot on July 20, 2012 at 8:10pm
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.
Adaptivetheme - HTML5 Responsive Base Theme | Premium Drupal Themes | CTR
Ask me in IRC #drupal-adaptivetheme
Where?
Thanks for the reply, do I add this to the .info file?