ad_partner_return_templateWhat it does:
Adds the partner header and footer around the string page_body or page_content that is defined in the calling environmentDefined 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]
"
}