if you have an app_global, you are using FB2, not FB3
in FB3 you create a layout file (mylayoutfile.cfm) like

<cfinclude template="generalheader.cfm">
<cfoutput>#fusebox.layout#</cfoutput>
<cfinclude template="generalfooter.cfm">

and in the root circuit you have a fbx_layouts.cfm
<cfset fusebox.layoutdir = "">
<cfset fusebox.layoutfile = "mylayoutfile.cfm">

Pascal

-----Original Message-----
From: Shahzad Butt [mailto:[EMAIL PROTECTED]]
Sent: dinsdag 18 december 2001 12:38
To: CF-Talk
Subject: RE: Footer


Should I stick it in root index.cfm? Or app_global.cfm?

-----Original Message-----
From: Pascal Peters [mailto:[EMAIL PROTECTED]] 
Sent: 18 December 2001 11:46
To: CF-Talk
Subject: RE: Footer


If You are using FB3, just create a layoutfile for your root circuit and
include the footer there

Pascal

-----Original Message-----
From: Shahzad Butt [mailto:[EMAIL PROTECTED]]
Sent: dinsdag 18 december 2001 12:25
To: CF-Talk
Subject: Footer


Hi
 
I want to include footer at end of each page. Basically it is link to
Feedback for that page. Can someone suggest how to do that. Application
is
developed using Fusebox 3 methodology with nested circuits. I am told
that
like application.cfm (which is executed before parsing page), there is
file
which is executed after parsing page. But I dont know name of file. I'll
highly appreciate any advice.

Regards 
Shahzad Butt

________________________________________________________________________
________
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

________________________________________________________________________
____
____
This list and all House of Fusion resources hosted by CFHosting.com. The
place for dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
________________________________________________________________________
________
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

________________________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to