home *** CD-ROM | disk | FTP | other *** search
- <!--- This example uses GetBaseTemplatePath to show
- the template path of the current page --->
- <HTML>
- <HEAD>
- <TITLE>
- GetBaseTemplatePath Example
- </TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
- <H3>GetBaseTemplatePath Example</H3>
-
- <P>GetBaseTemplatePath returns the template path of the current page:<BR>
- <CFOUTPUT>#GetBaseTemplatePath()#</CFOUTPUT></P>
-
- <P>GetCurrentTemplatePath returns the template path of the page from which it is called,
- even when it is called from an included file:
- <BR><CFOUTPUT>#GetCurrentTemplatePath()#</CFOUTPUT></P>
-
- </BODY>
- </HTML>
-