wp_presentation_urlWhat 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