Skip to content

Instantly share code, notes, and snippets.

@equijada001
Created August 8, 2013 23:41
Show Gist options
  • Save equijada001/6189866 to your computer and use it in GitHub Desktop.
Save equijada001/6189866 to your computer and use it in GitHub Desktop.
This script is used to set an external file into a specific page on a drupal site. This example references a .js file.
<? drupal_set_html_head('<script type="text/javascript" src="//red-engine.s3.amazonaws.com/CAS/GA_content_exp_code.js"></script>');?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment