Index: openacs-4/packages/theme-selva/tcl/selva-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/tcl/selva-procs.tcl,v diff -u -N -r1.5.2.4 -r1.5.2.5 --- openacs-4/packages/theme-selva/tcl/selva-procs.tcl 13 May 2006 22:34:09 -0000 1.5.2.4 +++ openacs-4/packages/theme-selva/tcl/selva-procs.tcl 14 May 2006 00:36:27 -0000 1.5.2.5 @@ -78,7 +78,8 @@ set tabs_list [list] if { [exists_and_not_null community_id] } { - if { [dotlrn_community::get_community_type_from_community_id $community_id] eq "dotlrn_community" } { + set type [dotlrn_community::get_community_type_from_community_id $community_id] + if { $type eq "dotlrn_community" || $type eq "dotlrn_club" || $type eq "dotlrn_pers_community" } { set community_message_key "#dotlrn.My_Community#" } else { set community_message_key "#dotlrn.My_Class#"