ad_header

one of the documented procedures in this installation of the ACS
Usage:
ad_header   page_title   { extra_stuff_for_document_head "" }
What it does:
writes HEAD, TITLE, and BODY tags to start off pages in a consistent fashion
Defined in: /web/philip/packages/acs-core/defs-procs.tcl

Source code:


    append extra_stuff_for_document_head "<LINK REL=STYLESHEET HREF=\"/margins-and-ads.css\" TYPE=\"text/css\">\n"
    return [__real_ad_header $page_title $extra_stuff_for_document_head]


philg@mit.edu