Файл: Website/aquire.php
Строк: 24
<?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["id"])) $town=town($_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['aquireTown'] ?></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">
<?php echo $lang['wishAquire'] ?> "<?php echo $town[2]; ?>"?</br></br>
<a class='q_link' href='aquire_.php?id=<?php echo $town[0]; ?>'><?php echo $lang['yes'] ?></a> | <a class='q_link' href='map.php'><?php echo $lang['no'] ?></a>
</td>
</tr>
</table>
</div>
</body>
</html>