Skip to content

Instantly share code, notes, and snippets.

@muracms
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save muracms/c54077c3de3d5522fd2c to your computer and use it in GitHub Desktop.

Select an option

Save muracms/c54077c3de3d5522fd2c to your computer and use it in GitHub Desktop.
<cfscript>
// to add content to the head section of a generated HTML page
$.addToHTMLHeadQueue(
'/path/to/yourFile.cfm'
);
// to add content prior to the closing body tag of a generated HTML page
$.addToHTMLFootQueue(
'/path/to/yourFile.cfm'
);
</cfscript>
<cfoutput>
<script src="#$.siteConfig('themeAssetPath')#/display_objects/myScripts.js"></script>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment