How many #header# and #footer# files are there? If it's not hundreds this
might work:

You COULD - just bind the two together - cfmodule tags were created for
this exact type of thing

So, instead of having a


<cfmodule template='#header#' sorttable="true" useJQuery='true'>
BUNCH O HTML AND CF HERE
<cfmodule template='#footer#'>


You'd have

<cfmodule template='#header#' sorttable="true" useJQuery='true'>
BUNCH O HTML AND CF HERE
</cfmodule>


To combine the #header# and #footer# cfmodules to each other - simply add
the footer CF/html to the header cf/html in this

<cfif THISTAG.ExecutionMode IS "Start">header content here</cfif>
<cfif THISTAG.ExecutionMode IS "End">footer content here</cfif>


Then the values from the opening cfmodule tag will be available to all of
your closing footer tags as well.

Feel free to ping me off list with any specific questions

alan dot rother at gmail dot com

-- 
Alan Rother
Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org
Twitter: @AlanRother


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351871
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to