|
From: Bart v. B. <ba...@us...> - 2001-12-15 01:55:47
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv25593/includes Modified Files: page_header.php Log Message: Fixed some language strings, added some handy things to viewtopic Index: page_header.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -r1.78 -r1.79 *** page_header.php 2001/12/14 15:37:21 1.78 --- page_header.php 2001/12/15 01:55:43 1.79 *************** *** 249,252 **** --- 249,255 ---- "PRIVMSG_IMG" => $icon_pm, + "PHP_SELF" => $PHP_SELF, + "REQUEST_URI" => $REQUEST_URI, + "L_USERNAME" => $lang['Username'], "L_PASSWORD" => $lang['Password'], |