Index: openacs-4/packages/simulation/www/simulation-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simulation-master.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/simulation/www/simulation-master.tcl 12 Dec 2003 12:23:35 -0000 1.5 +++ openacs-4/packages/simulation/www/simulation-master.tcl 15 Dec 2003 13:03:16 -0000 1.6 @@ -45,10 +45,13 @@ # and also added context checking set link_list "" foreach arg $subnavbar_list { - if { [string match *[lindex $arg 0]* [ad_conn url]] } { - lappend link_list "[lindex $arg 1]" - } else { lappend link_list "[lindex $arg 1]" - } +# removed context checking because people keep trying to use this navbar to +# get to the local parent, which context checking prevents +# if { [string match *[lindex $arg 0]* [ad_conn url]] } { +# lappend link_list "[lindex $arg 1]" +# } else { +# lappend link_list "[lindex $arg 1]" +# } } set subnavbar_link "\[[join $link_list " | "]\]"