wp_presentation_url

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

Source code:


    set url [ad_parameter "PresentationURL" wp "/wp/display/"]
    regsub {/$} $url "" url
    return $url


philg@mit.edu