mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
removed static english langcode
This commit is contained in:
parent
597f99375c
commit
6ad517f19a
@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
// get used language code
|
||||
$lang_code = 'en';
|
||||
$lang_code = $GLOBALS['phpgw_info']['user']['preferences']['common']['lang'];
|
||||
|
||||
$bodyheader = ' bgcolor="' . $GLOBALS['phpgw_info']['theme']['bg_color'] . '" alink="'
|
||||
. $GLOBALS['phpgw_info']['theme']['alink'] . '" link="' . $GLOBALS['phpgw_info']['theme']['link'] . '" vlink="'
|
||||
|
Loading…
Reference in New Issue
Block a user