Файл: inc/center/payment.php
Строк: 47
<?php
$title='Покупка рубинов';
include_once '../system/config.php';
echo '<img src="http://'.$_SERVER['HTTP_HOST'].'/img/item_discount_coupon.png">';
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=250">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">250 за 25руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=500">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">500 за 50руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=1000">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">1000 за 100руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=2000">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">2000 за 200руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=3000">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">3000 за 300руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=4000">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">4000 за 400руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=5000">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">5000 за 500руб.</td>
<br>
<td> <a href="/worldkassa/index.php?rubin=10000">Купить</a></td>
<td><img src="/img/icons/ruby.png" alt="o">10000 за 1000руб.</td>
<br>
</div>';
}
echo"</div></div><div class='rzd2'></div>";
include_once '../system/foot.php';
?>