Файл: zfarm.mobi/inc/center/payment.php
Строк: 40
<?php
$title='Покупка рубинов';
include_once '../system/config.php';
include_once '../inc/system/start_sess.php'; //Коннект к БД
echo'<link rel="stylesheet" href="/style.css" "text/css" />';
echo'<title>Покупка рубинов</title>';
echo'<meta charset="utf-8">';
if(!isset($ku)){
echo "Только для зарегестрированых";
} else
{
echo"<div class='rzd2'></div><div class='menuin2'>";
echo "<div class='title'><a href='?worldkassa'>Покупка рубинов</a></h2></div>
<div class='div'>";
echo' <td> <a href="/worldkassa/index.php?rubin=100">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">100 за 30руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=300">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">300 за 80руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=500">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">500 за 120руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=1000">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">1000 за 250руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=1500">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">1500 за 400руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=2000">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">2000 за 500руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=2500">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">2500 за 590руб.</td>
<br>
</div>';
}
echo"</div></div><div class='rzd2'></div>";
include_once '../system/foot.php';
?>