A normal cfcontent tag that looks like this:
<cfcontent file="FILENAME" type="TYPE"> <!--- Where File is optional --->
Would be replaced with this:
<cfset file = "FILENAME"> <!--- This is an optional variable ---> <cfset type="ApplicationType"> <!---This is required ---> <cfinclude template="\cfcontent\cfcontent.cfm">
|