Skip to content

Commit d3a2851

Browse files
author
mcramer
committed
FS#2310 - Template switch not working in mailuser module, for dashlets and the login page
Just mailuser fixed
1 parent 88f75ac commit d3a2851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/web/login/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ public function render() {
141141
$user['username'] = $username;
142142
$user['language'] = $conf['language'];
143143
$user['theme'] = $conf['theme'];
144+
$user['app_theme'] = $conf['theme'];
144145
$user['mailuser_id'] = $mailuser['mailuser_id'];
145146
$user['default_group'] = $mailuser['sys_groupid'];
146147
}

0 commit comments

Comments
 (0)