Skip to content

Instantly share code, notes, and snippets.

@wellercs
Created January 8, 2016 14:49
Show Gist options
  • Save wellercs/7a17b0f7690c60094bfc to your computer and use it in GitHub Desktop.
Save wellercs/7a17b0f7690c60094bfc to your computer and use it in GitHub Desktop.
<cfscript>
REReplaceNoCase("{{cms:winter_wonderland}}", "{{cms:(\w+)}}", "#getThemeData(theme='\1')#", "all");
function getThemeData(required string theme) {
writedump(arguments);
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment