/*
Copyright (c), 1999, 2000 - phpauction.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation (version 2 or later).
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
?>
print $tlt_font; ?>
print $tlt_font.$MSG_205;
?>
print $nav_font; ?>
print $MSG_247."$HTTP_SESSION_VARS[PHPAUCTION_LOGGED_IN_USERNAME]"; ?>
|
if(isset($HTTP_SESSION_VARS[TMP_MSG]))
{
?>
print $std_font."$TMP_MSG";
session_name($SESSION_NAME);
session_unregister("TMP_MSG");
?>
|
}
?>
|
|
|