|
From: FlorinCB <ory...@us...> - 2008-07-30 11:59:08
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6244 Modified Files: mx_functions_style.php Log Message: lang priority for internal backend Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** mx_functions_style.php 15 Jul 2008 22:53:57 -0000 1.83 --- mx_functions_style.php 30 Jul 2008 11:59:03 -0000 1.84 *************** *** 504,510 **** $shared_lang_path = $mx_root_path . 'includes/shared/phpbb2/language/'; - // Core Main Translation - include($mx_root_path . 'language/lang_' . $this->lang['default_lang'] . '/lang_main.' . $phpEx); - // AdminCP if (defined('IN_ADMIN')) --- 504,507 ---- *************** *** 531,534 **** --- 528,534 ---- } } + + // Core Main Translation after shared phpBB keys so we can overwrite some settings + require($mx_root_path . "language/lang_" . $this->lang['default_lang'] . "/lang_main.$phpEx"); // |