ad_decorate_top (public, deprecated)
ad_decorate_top simple_headline potential_decoration
Defined in packages/acs-tcl/tcl/defs-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Use this for pages that might or might not have an image defined in ad.ini; if the second argument isn't the empty string, ad_decorate_top will make a one-row table for the top of the page DEPRECATED: use the template system, e.g. master and slave tags to achieve better control of headers.
- Parameters:
- simple_headline (required)
- potential_decoration (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc ad_decorate_top if { $potential_decoration eq "" } { return $simple_headline } else { return "<table cellspacing=10><tr><td>$potential_decoration<td>$simple_headline</tr></table>" }XQL Not present: Generic, PostgreSQL, Oracle