|
From: FlorinCB <ory...@us...> - 2008-09-06 17:46:44
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12176 Modified Files: mx_functions_style.php Log Message: why this was removed?, we agreed to include vanilla phpBB2 lang files with phpBB2 backend... Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** mx_functions_style.php 6 Sep 2008 02:53:19 -0000 1.92 --- mx_functions_style.php 6 Sep 2008 17:46:40 -0000 1.93 *************** *** 646,650 **** // Load MXP lang keys // ! $shared_lang_path = $mx_root_path . 'includes/shared/phpbb2/language/'; // AdminCP --- 646,665 ---- // Load MXP lang keys // ! ! //Load vanilla phpBB2 lang files if is possible ! switch (PORTAL_BACKEND) ! { ! case 'internal': ! ! case 'phpbb3': ! ! $shared_lang_path = $mx_root_path . 'includes/shared/phpbb2/language/'; ! break; ! ! case 'phpbb2': ! ! $shared_lang_path = $phpbb_root_path . 'language/'; ! break; ! } // AdminCP |