From d3a2851c370ffdd91e513a1143f1786b3599ddc7 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Wed, 15 Aug 2012 18:48:57 +0000 Subject: [PATCH] FS#2310 - Template switch not working in mailuser module, for dashlets and the login page Just mailuser fixed --- interface/web/login/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/web/login/index.php b/interface/web/login/index.php index 458f77abc3..726411bfdf 100644 --- a/interface/web/login/index.php +++ b/interface/web/login/index.php @@ -141,6 +141,7 @@ class login_index { $user['username'] = $username; $user['language'] = $conf['language']; $user['theme'] = $conf['theme']; + $user['app_theme'] = $conf['theme']; $user['mailuser_id'] = $mailuser['mailuser_id']; $user['default_group'] = $mailuser['sys_groupid']; } -- GitLab