From 53ac5d3dd5393ea964b682f6cb2cdbbbb55589b0 Mon Sep 17 00:00:00 2001 From: ceb Date: Sat, 19 Oct 2002 20:22:38 +0000 Subject: [PATCH] added theme_selection --- header.inc.php.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/header.inc.php.template b/header.inc.php.template index 744f7620a7..d8de51e4da 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -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. */