I'm using the below to call the header for all the main pages in a site:

<cffunction name="onRequestStart" returnType="boolean" output="true">
   <!--- Display our Site Header at top of every page --->
   <cfinclude template="SiteHeader.cfm">
   <cfreturn true>
</cffunction>

Suddenly, I find I've got maybe one of two pages where I do *NOT* want 
to call that specific header. Is there a good way to EXCLUDE a page from 
using that header, but keep it in the same directory as all the others?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233828
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to