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
potential_decoration
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) ad_decorate_top ad_decorate_top ad_decorate_top->ad_log_deprecated

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
[ hide source ] | [ make this the default ]
Show another procedure: