Forum .LRN Q&A: Fonts in Edit_group_properties on .lrn 2.3.1

Hello all!
When a get on "Edit Group Properties". Especifially when I change font or color font. I have an error on my log:

---

can't read "header_font": no such variable
while executing
"set header_font "$community_header_font,$header_font""
invoked from within
"if { $community_id ne "" } {

set portal_id [dotlrn_community::get_portal_id -community_id $community_id]
set link [dotlrn_community::get_comm..."
("uplevel" body line 88)
invoked from within
"uplevel {
# $Id: lrn-master.tcl,v 1.1.2.22 2007/06/21 19:42:26 emmar Exp $

set user_id [ad_get_user_id]
set untrusted_user_id [ad_conn untrus..."
(procedure "code::tcl::/var/lib/aolserver/dotlrn5/packages/theme-zen/lib..." line 2)
invoked from within
"code::tcl::$__adp_stub"
invoked from within
"if { [file exists $__adp_stub.tcl] } {

# ensure that data source preparation procedure exists and is up-to-date
adp_init tcl $__adp_stub
..."
("uplevel" body line 3)
invoked from within
"uplevel {

if { [file exists $__adp_stub.tcl] } {

....

So. What I did: Edit packages/theme-zen/lib/lrn-master.tcl on line 119:

from: set header_font "$community_header_font,$header_font"

To: set header_font "$community_header_font"

The problem was eliminated but any change to fonts aren't applied and there were more awfull errors when I tried of create a new group or communty.

I Hope You can helpme. What happen whit this header fonts stuff?

Thanks in advance!

Walter Perez