Index: openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 6 Jul 2001 00:15:41 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 7 Dec 2001 21:59:51 -0000 1.3 @@ -47,7 +47,7 @@ if {[string match /pvt/home* [ad_conn url]]} { set display_main_p 0 } else { - lappend context [list "/pvt/home" "Your Workspace"] + lappend context [list "[ad_pvt_home]" "[ad_pvt_home_name]"] } } @@ -96,7 +96,7 @@ proc_doc ad_context_bar_ws args { Returns a Yahoo-style hierarchical navbar, starting with a link to workspace. } { - set choices [list "Your Workspace"] + set choices [list "[ad_pvt_home_link]"] # if { [ad_conn scope on_which_table] != "." } { # if { [llength $args] == 0 } { @@ -129,7 +129,7 @@ if { [ad_get_user_id] == 0 } { set choices [list "[ad_system_name]"] } else { - set choices [list "Your Workspace"] + set choices [list "[ad_pvt_home_link]"] } # lars, Apr25-00: Took out this old scoping thing @@ -159,7 +159,7 @@ workspace and admin home. Suitable for use in pages underneath /admin. } { - set choices [list "Your Workspace" "ACS System Wide Administration"] + set choices [list "[ad_pvt_home_link]" "ACS System Wide Administration"] set index 0 foreach arg $args { incr index