Skip to main content
July 6, 2009
Answered

Application.cfm Template

  • July 6, 2009
  • 1 reply
  • 600 views

Hi. I want to place a template on every page, and the easiest way to do this would be to add a <cfinclude template="footer.cfm"> to my Application.cfm page. However, is there a way to make sure the template gets put on the bottom of the page? Thanks!

    This topic has been closed for replies.
    Correct answer mack_

    Search the CF documentation and/or Google for OnRequestEnd.

    Mack

    1 reply

    mack_Correct answer
    Participating Frequently
    July 7, 2009

    Search the CF documentation and/or Google for OnRequestEnd.

    Mack

    July 7, 2009

    Thanks! That did it!