Файл: Website/msg_view.php
Строк: 19
<?php
/*** Freedom City | Check RPGBUNNY.COM for more Full RPG Sources | www.rpgbunny.com ***/include "antet.php"; include "func.php";
if (isset($_SESSION["user"][0], $_GET["type"], $_GET["id"]))
if ($_GET["type"]) $msg=message($_GET["id"]);
else $msg=report($_GET["id"]);
else {header('Location: login.php'); die();}
?>
<html>
<?php echo "<link rel='stylesheet' type='text/css' href='".$imgs.$fimgs."default.css'>"; ?>
<head>
<title><?php echo $title; ?> - <?php echo $lang['messages'] ?></title>
</head>
<body class="q_body">
<link rel="stylesheet" type="text/css" href="layout/css/css/style.css"/>
<div align="left">
<table class="q_table">
<p align="center"><?php label($msg[2+$_GET["type"]]); echo "</br></br>".str_replace("n", "</br>", $msg[3+$_GET["type"]]); ?></p>
</td>
</tr>
<tr>
<td class="td_top_menu">
<?php menu_down(); ?></td>
</tr>
</table>
</div>
</body>
</html>