<html>
<head>
<title>phpBugTracker</title>
<style>
td { font-family: "Verdana","Tahoma","Arial","Helvetica","Times";
color: rgb(0,0,0);
font-size: 9px; }
</style>
</head>
<body bgcolor="#ffffff" text="#000000" link="#004433" alink="#004433" vlink="#004433">
<center>
<br>
<br>
<br>
<?php echo translate("You have been logged out"); ?>
<br>
<br>
<a href="index.php"><?php echo translate("Return to phpBugTracker home"); ?></a>
</center>
</body>
</html>