exclude template for cffeed
Hi,
my CF application has
<cffunction name="onRequestStart" returnType="boolean" output="yes">
<cfcontent type="text/html; ISO646-IT"> <cfinclude template="SiteHeader.cfm"> <cfreturn true> </cffunction>
<cffunction name="onRequestEnd" returnType="void" output="yes"> <cfinclude template="SiteFooter.cfm"> </cffunction>
on Application.cfc file.
It is ok but I have to create feeds now and cffeed does not work cause of cfinclude.
Is there a way to exclude from certain pages the cfinclude ?
any help is much appreciated
