|
From: Andrew <men...@us...> - 2006-05-03 21:59:22
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4022/includes Modified Files: mx_functions_style.php Log Message: Bug #15 Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_functions_style.php 3 May 2006 10:02:22 -0000 1.2 --- mx_functions_style.php 3 May 2006 21:59:10 -0000 1.3 *************** *** 18,22 **** // Including phpBB version of the Template class // ! include_once($phpbb_root_path . "includes/template.$phpEx"); /** --- 18,22 ---- // Including phpBB version of the Template class // ! include_once($phpbb_root_path . 'includes/template.' . $phpEx); /** *************** *** 263,267 **** // Is the lang installed? // ! if ( !file_exists($mx_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx) || !file_exists($pbpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx)) { $board_config['default_lang'] = 'english'; --- 263,267 ---- // Is the lang installed? // ! if ( !file_exists($mx_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx) || !file_exists($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx)) { $board_config['default_lang'] = 'english'; |