ad_header (public, deprecated)

 ad_header [ -focus focus ] page_title \
    [ extra_stuff_for_document_head ]

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

writes HEAD, TITLE, and BODY tags to start off pages in a consistent fashion

Switches:
-focus (optional)
Parameters:
page_title (required)
extra_stuff_for_document_head (optional)
See Also:
  • Documentation on the site master template for the proper way to standardize page headers

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc ad_header
    return [ad_header_with_extra_stuff -focus $focus $page_title $extra_stuff_for_document_head]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: