Commit 8e28c732 authored by Frank Bergmann's avatar Frank Bergmann

- Removed XoTCL files from product

- started implementing Versia ITSM extensions
parent 60b578d0
......@@ -8,7 +8,7 @@ set show_p [ds_show_p]
if { $show_p } {
set ds_url [ds_support_url]
set base_url [ad_url]
set base_url ""
set num_comments [llength [ds_get_comments]]
multirow create ds_buttons label title toggle_url state
......
......@@ -174,7 +174,8 @@
@return A link to the first instance of the developer-support information available in the site node, \
the empty_string if none are available.
} {
return "[ad_url][apm_package_url_from_key "acs-developer-support"]"
# fraber 101112: Relative URL is easier to maintain...
return "[apm_package_url_from_key "acs-developer-support"]"
}
ad_proc ds_link {} {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment