|
From: Paul S. O. <ps...@us...> - 2001-11-18 22:17:47
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv22978 Modified Files: index.php Log Message: Could've sworn I'd commited this ... oh well, brain is going, yeah I know, what brain? Index: index.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/index.php,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -r1.78 -r1.79 *** index.php 2001/11/16 17:27:36 1.78 --- index.php 2001/11/18 22:17:44 1.79 *************** *** 409,413 **** // code // ! $page_title = $lang['Forum_Index']; include($phpbb_root_path . 'includes/page_header.'.$phpEx); --- 409,413 ---- // code // ! $page_title = $lang['Index']; include($phpbb_root_path . 'includes/page_header.'.$phpEx); |