mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
added content-type header with correct charset to override the webservers default
This commit is contained in:
parent
6ef1f7113c
commit
f0d65a40f3
@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
||||
);
|
||||
|
||||
include('../../header.inc.php');
|
||||
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
$GLOBALS['phpgw']->translation->add_app('htmlarea');
|
||||
|
||||
// I18N constants
|
||||
|
@ -25,6 +25,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
||||
);
|
||||
|
||||
include('../../header.inc.php');
|
||||
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
$GLOBALS['phpgw']->translation->add_app('jscalendar');
|
||||
|
||||
$dateformat = $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
|
||||
|
@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
||||
);
|
||||
|
||||
include('../../../../../../header.inc.php');
|
||||
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-ContextMenu');
|
||||
|
||||
// I18N constants
|
||||
|
@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
||||
);
|
||||
|
||||
include('../../../../../../header.inc.php');
|
||||
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-FullPage');
|
||||
|
||||
// I18N for the FullPage plugin
|
||||
|
@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
||||
);
|
||||
|
||||
include('../../../../../../header.inc.php');
|
||||
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-HtmlTidy');
|
||||
|
||||
// I18N constants
|
||||
|
@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
||||
);
|
||||
|
||||
include('../../../../../../header.inc.php');
|
||||
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-ListType');
|
||||
|
||||
// I18N constants
|
||||
|
@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
||||
);
|
||||
|
||||
include('../../../../../../header.inc.php');
|
||||
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-SpellChecker');
|
||||
|
||||
// I18N constants
|
||||
|
@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
||||
);
|
||||
|
||||
include('../../../../../../header.inc.php');
|
||||
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-TableOperations');
|
||||
|
||||
// I18N constants
|
||||
|
@ -24,6 +24,7 @@ $GLOBALS['phpgw_info']['flags'] = Array(
|
||||
);
|
||||
|
||||
include('../../../../../../header.inc.php');
|
||||
header('Content-type: text/javascript; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
$GLOBALS['phpgw']->translation->add_app('htmlarea-SpellChecker');
|
||||
|
||||
// I18N for the FullPage plugin
|
||||
|
Loading…
Reference in New Issue
Block a user