From d3a2851c370ffdd91e513a1143f1786b3599ddc7 Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Wed, 15 Aug 2012 14:48:57 -0400
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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/login/index.php b/interface/web/login/index.php
index 458f77a..726411b 100644
--- a/interface/web/login/index.php
+++ b/interface/web/login/index.php
@@ -141,6 +141,7 @@
 									$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'];
 								}

--
Gitblit v1.9.1