Index: openacs-4/packages/dotlrn/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/navigation-procs.tcl,v diff -u -r1.25.2.1 -r1.25.2.2 --- openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 31 May 2005 23:13:05 -0000 1.25.2.1 +++ openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 26 Sep 2005 09:07:00 -0000 1.25.2.2 @@ -225,8 +225,10 @@ set link [dotlrn_community::get_community_url $community_id] set control_panel_url "$link/$control_panel_name" - # add the my space tab, which isn't part of the class portal but is super useful for the end user - append navbar "
  • #dotlrn.user_portal_page_home_title#
  • " + if { ![parameter::get -parameter hide_personal_portal_p -package_id [dotlrn::get_package_id] -default 0] } { + # add the my space tab, which isn't part of the class portal but is super useful for the end user + append navbar "
  • #dotlrn.user_portal_page_home_title#
  • " + } # figure out what this privs this user has on the community set admin_p [dotlrn::user_can_admin_community_p \