ad_return_template

EveAndersson.com : API Browser : ad_return_template

ad_return_template

ad_return_template [ file_name ] [ cache_p ]
Defined in tcl/ad-style.tcl

Finds a template to source (looks at what templates are available, what the user prefers, and what the site defaults are), parses it in the caller's environment, and ns_return's the bytes to the user. file_name, if specified, overrides the base file name used to determine which template to use. cache_p, if specified, can disable or enable caching by altering the HTTP header.

Parameters:
file_name (optional)
cache_p (defaults to "1")
[ show source ]

Show another procedure:

eve@eveandersson.com