|
From: Paul S. O. <ps...@us...> - 2001-10-11 12:17:18
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv23083 Modified Files: faq.php Log Message: Changed paths for language Index: faq.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/faq.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** faq.php 2001/10/05 08:29:32 1.5 --- faq.php 2001/10/11 12:17:15 1.6 *************** *** 35,39 **** include($phpbb_root_path . 'includes/page_header.'.$phpEx); ! include($phpbb_root_path . 'language/faq_' . $board_config['default_lang'] . '.' . $phpEx); $template->set_filenames(array( --- 35,39 ---- include($phpbb_root_path . 'includes/page_header.'.$phpEx); ! include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_faq.' . $phpEx); $template->set_filenames(array( |