wp_style_url

one of the documented procedures in this installation of the ACS
Usage:
wp_style_url
What it does:
Returns the StyleURL parameter (no trailing slash).
Defined in: /web/philip/tcl/wp-defs.tcl

Source code:


    set url [ad_parameter "StyleURL" wp "/wp/style/"]
    regsub {/$} $url "" url
    return $url


philg@mit.edu