home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Documentation / snippets / gettemplatepath.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  323 b   |  18 lines

  1. <!--- This example uses GetTemplatePath to show
  2. the template path of the current page --->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>
  6. GetTemplatePath Example
  7. </TITLE>
  8. </HEAD>
  9.  
  10. <BODY>
  11. <H3>GetTemplatePath Example</H3>
  12.  
  13. <P>The template path of the current page is:
  14. <CFOUTPUT>#GetTemplatePath()#</CFOUTPUT>
  15.  
  16. </BODY>
  17. </HTML>       
  18.