@wuiHtmlHeaderXsl([ANCHOR], [TEXT], [Hn])

Inserts a header line with navigation into WUI HTML document.

The following parameters are recognized:

[ANCHOR]

The name of the anchor point (for internal reference).

[TEXT]

The text to appear on the header line.

[Hn]

The header level to use (defaults to "h2"). This argument is no longer used.

This macro is defined as:

  setNavLinkHome("@topDir()/index.cgi","","@exitAnchor()");
  addSectionHeader("@param(1)","@param(0)","@fnb("@param(2)","h2")","@imageDirUrl()/");

@define("wuiHtmlHeaderAnchor","@param(0)","now")