Index: openacs-4/www/default-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/default-master.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/www/default-master.tcl 7 Apr 2003 12:14:39 -0000 1.6 +++ openacs-4/www/default-master.tcl 8 Apr 2003 06:42:02 -0000 1.7 @@ -10,7 +10,7 @@ # fall back on defaults for title, signatory and header_stuff -if [template::util::is_nil title] { set title [ad_system_name] } +if [template::util::is_nil title] { set title [ad_conn instance_name] } if [template::util::is_nil signatory] { set signatory [ad_system_owner] } if ![template::util::is_nil context] { set context_bar [eval ad_context_bar $context]} if [template::util::is_nil context_bar] { set context_bar [ad_context_bar]}