Index: openacs-4/packages/dotlrn/www/dotlrn-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-master.tcl,v diff -u -r1.29.2.2.4.8 -r1.29.2.2.4.9 --- openacs-4/packages/dotlrn/www/dotlrn-master.tcl 12 Apr 2005 15:24:56 -0000 1.29.2.2.4.8 +++ openacs-4/packages/dotlrn/www/dotlrn-master.tcl 15 Jul 2005 20:13:30 -0000 1.29.2.2.4.9 @@ -83,6 +83,16 @@ set show_navbar_p 0 } +if { [empty_string_p $community_id] && \ + [parameter::get \ + -parameter hide_personal_portal_p \ + -package_id [dotlrn::get_package_id] \ + -default 0] } { + #We're not in a community portal, and we've been asked to + #hide the personal portal. + set show_navbar_p 0 +} + if {![info exists link_all]} { set link_all 0 }