ad_admin_header

one of the documented procedures in this installation of the ACS
Usage:
ad_admin_header   page_title   { db "" }
What it does:
Defined in: /web/philip/packages/acs-core/defs-procs.tcl

Source code:


    if {[ad_parameter MenuOnAdminPagesP pdm] == 1} {

	return [ad_header_with_extra_stuff $page_title [ad_pdm "admin" 5 5 $db] [ad_pdm_spacer "admin" $db]]

    } else {

	return [ad_header_with_extra_stuff $page_title]

    }


philg@mit.edu