Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv1989/UI
Modified Files:
HTML.pm
Log Message:
Initialize global config items in one place: Configuration.pm
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** HTML.pm 5 Mar 2003 21:58:21 -0000 1.108
--- HTML.pm 6 Mar 2003 22:08:14 -0000 1.109
***************
*** 133,139 ****
$self->config_( 'local', 1 );
- # The default location for the message files
- $self->global_config_( 'msgdir', 'messages/' );
-
# Use the default skin
$self->config_( 'skin', 'SimplyBlue' );
--- 133,136 ----
|