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 fashionDefined 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]