added theme_selection

This commit is contained in:
ceb 2002-10-19 20:22:38 +00:00
parent caaaa987b6
commit 53ac5d3dd5

View File

@ -45,6 +45,9 @@
/* Select which login template set you want, most people will use default */
$GLOBALS['phpgw_info']['login_template_set'] = 'default';
/* Select which login theme you want */
$GLOBALS['phpgw_info']['login_theme'] = 'submarine';
/* This is used to control mcrypt's use */
$GLOBALS['phpgw_info']['server']['mcrypt_enabled'] = {ENABLE_MCRYPT};
/* Set this to 'old' for versions < 2.4, otherwise the exact mcrypt version you use. */