Created
August 8, 2013 23:41
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? 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