|
From: Paul S. O. <ps...@us...> - 2002-01-28 12:26:19
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv22328/includes Modified Files: page_header.php Log Message: Fix bug #509513 Index: page_header.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -r1.95 -r1.96 *** page_header.php 2002/01/27 14:17:38 1.95 --- page_header.php 2002/01/28 12:26:14 1.96 *************** *** 382,387 **** "L_SEARCH_UNANSWERED" => $lang['Search_unanswered'], "L_SEARCH_SELF" => $lang['Search_your_posts'], ! "L_WHOSONLINE_ADMIN" => sprintf($lang['Admin_online_color'], '<span style="color:' . $theme['fontcolor3'] . '">', '</span>'), ! "L_WHOSONLINE_MOD" => sprintf($lang['Mod_online_color'], '<span style="color:' . $theme['fontcolor2'] . '">', '</span>'), "L_RECORD_USERS" => sprintf($lang['Record_online_users'], $board_config['record_online_users'], create_date($board_config['default_dateformat'], $board_config['record_online_date'], $board_config['board_timezone'])), --- 382,387 ---- "L_SEARCH_UNANSWERED" => $lang['Search_unanswered'], "L_SEARCH_SELF" => $lang['Search_your_posts'], ! "L_WHOSONLINE_ADMIN" => sprintf($lang['Admin_online_color'], '<span style="color:#' . $theme['fontcolor3'] . '">', '</span>'), ! "L_WHOSONLINE_MOD" => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'), "L_RECORD_USERS" => sprintf($lang['Record_online_users'], $board_config['record_online_users'], create_date($board_config['default_dateformat'], $board_config['record_online_date'], $board_config['board_timezone'])), |