im_return_template

one of the documented procedures in this installation of the ACS
Usage:
im_return_template
What it does:
Wrapper that adds page contents to header and footer
Defined in: /web/philip/tcl/intranet-defs.tcl

Source code:


    uplevel { 
	return "  
[im_header]
[value_if_exists page_body]
[value_if_exists page_content]
[im_footer]
"
    }



philg@mit.edu