Index: openacs-4/packages/theme-zen/theme-zen.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/theme-zen.info,v diff -u -r1.1.2.13 -r1.1.2.14 --- openacs-4/packages/theme-zen/theme-zen.info 2 Apr 2007 17:08:33 -0000 1.1.2.13 +++ openacs-4/packages/theme-zen/theme-zen.info 13 Apr 2007 17:49:52 -0000 1.1.2.14 @@ -27,6 +27,7 @@ + Index: openacs-4/packages/theme-zen/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/tcl/navigation-procs.tcl,v diff -u -r1.1.2.10 -r1.1.2.11 --- openacs-4/packages/theme-zen/tcl/navigation-procs.tcl 29 Mar 2007 02:57:33 -0000 1.1.2.10 +++ openacs-4/packages/theme-zen/tcl/navigation-procs.tcl 13 Apr 2007 17:49:52 -0000 1.1.2.11 @@ -115,7 +115,7 @@ set community_access_key #dotlrn.dotlrn_class_instance_access_key# } - if { [parameter::get_from_package_key -package_key "theme-zen" -parameter "SmallTitleP" -default "0"] } { + if { ![parameter::get_from_package_key -package_key "theme-zen" -parameter "GenericCommunityTab" -default "0"] } { # show title of the community instead of community type # pretty name set community_message_key [dotlrn_community::get_community_name $community_id]