Skip to content

Instantly share code, notes, and snippets.

@muracms
Created November 6, 2013 21:54
Show Gist options
  • Select an option

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

Select an option

Save muracms/7344763 to your computer and use it in GitHub Desktop.
$.loadJSLib();
$.addToHTMLHeadQueue(
'custom/htmlhead/slideshow.jquery.cfm'
);
$.addToHTMLFootQueue(
'custom/htmlfoot/slideshow.jquery.cfm'
);
/{siteID}/includes/themes/{ThemeName}/display_objects/{targetFile}
<cfoutput>
<script src="#$.siteConfig('themeAssetPath')#/display_objects/gallery/js/gallery.js"></script>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment