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:
if {[ad_parameter MenuOnUserPagesP pdm] == 1} {
return [ad_header_with_extra_stuff $page_title [ad_pdm] [ad_pdm_spacer]]
} else {
return [ad_header_with_extra_stuff $page_title $extra_stuff_for_document_head]
}