ad_partner_return_template

one of the documented procedures in this installation of the ACS
Usage:
ad_partner_return_template
What it does:
Adds the partner header and footer around the string page_body or page_content that is defined in the calling environment
Defined in: /web/philip/tcl/ad-partner-defs.tcl

Source code:


    uplevel { 
	return "  
[ad_partner_header]
[value_if_exists page_body]
[value_if_exists page_content]
[ad_partner_footer]
"
    }


philg@mit.edu