";
if($back_button == true) {
echo ' | ';
}
else {
echo ' | ';
}
echo "
|
|
";
}
?>
";
}
if($logged_in == true) {
if($alerts == true) {
if($this_page != 'alerts' && $this_page != 'home') {
echo "";
include_once("../inc/alerts.php");
echo "
";
echo "";
}
}
if($this_page != 'chat' && $this_page != 'mail') {
echo "";
}
}
?>