Yeah, that is why I opted on a recent project to just include my
header/footers on each page instead of through the application.cfc  So I end
up with something like:

<pf:header title="Some Page" >

<!--- Start Content --->

<p>stuff here</p>
<p>more stuff here</p>
<p>yet more stuff here</p>

<!---End Content --->

<pf:footer >

Actually no need for me really to be using cfimport for my custom tags on
that.  Originally did it with the though of doing the cfimport in the
onrequeststart but found that does not work.  Need to just change things
over to cfmodule's

On 3/8/06, Les Mizzell <[EMAIL PROTECTED]> wrote:
>
> But, I'm finding drawbacks too - it's a slight pain if you have a few
> pages that use a different header, for example. There's a previous short
> thread on that somewhere.
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234748
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