Code: Selecteer alles
Warning: init_userprefs(./language/lang_english/lang_calendar.php): failed to open stream: No such file or directory in /home/i/1/p/tb316505/www/forum/includes/functions.php on line 290
Warning: init_userprefs(): Failed opening './language/lang_english/lang_calendar.php' for inclusion (include_path='.:/php/includes:/usr/local/lib/php') in /home/i/1/p/tb316505/www/forum/includes/functions.php on line 290
Warning: Cannot modify header information - headers already sent by (output started at /home/i/1/p/tb316505/www/forum/includes/functions.php:290) in /home/i/1/p/tb316505/www/forum/includes/page_header.php on line 537
Warning: Cannot modify header information - headers already sent by (output started at /home/i/1/p/tb316505/www/forum/includes/functions.php:290) in /home/i/1/p/tb316505/www/forum/includes/page_header.php on line 539
Warning: Cannot modify header information - headers already sent by (output started at /home/i/1/p/tb316505/www/forum/includes/functions.php:290) in /home/i/1/p/tb316505/www/forum/includes/page_header.php on line 540
Code: Selecteer alles
//
// MOD Load Calendar Language File
//
if ( !file_exists(@phpbb_realpath($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_calendar.'.$phpEx)) )
{
$board_config['default_lang'] = 'english';
}
include($phpbb_root_path . 'language/lang_' . $board_config ['default_lang'] ( dit is lijn 290 ) . '/lang_calendar.' . $phpEx);
// End MOD