|
From: Florin C B. <ory...@us...> - 2013-05-30 09:58:51
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26659 Modified Files: mx_functions_style.php Log Message: the other blocks for mx_shotcast page Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.126 retrieving revision 1.127 diff -C2 -d -r1.126 -r1.127 *** mx_functions_style.php 22 Apr 2013 17:45:04 -0000 1.126 --- mx_functions_style.php 30 May 2013 09:58:48 -0000 1.127 *************** *** 1833,1838 **** // ------------------------------------------------------------------------- // Read Module Main Language Definition ! // ------------------------------------------------------------------------- ! if ((@include $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { if ((@include $module_lang_path . "language/lang_english/lang_main.$phpEx") === false) --- 1833,1838 ---- // ------------------------------------------------------------------------- // Read Module Main Language Definition ! // ------------------------------------------------------------------------- ! if ((include $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { if ((@include $module_lang_path . "language/lang_english/lang_main.$phpEx") === false) *************** *** 1840,1845 **** mx_message_die(CRITICAL_ERROR, 'Module main language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } ! } ! } if ($lang_mode == MX_LANG_ADMIN || $lang_mode == MX_LANG_ALL) { --- 1840,1845 ---- mx_message_die(CRITICAL_ERROR, 'Module main language file ' . $mx_root_path . $module_lang_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } ! } ! } if ($lang_mode == MX_LANG_ADMIN || $lang_mode == MX_LANG_ALL) { |