File size: 1.09Kb
<?php
require_once './element_options/element_options.php';
if (!$user) { header('Location: /'); exit; }
$title = 'Покупка аватарки';
require_once './element_include/element_head.php';
require_once './element_include/element_header_user_true.php';
if ($go == 'bay') {
$title = 'Покупка аватарки';
$k = ereg_replace("[^0-9]","",$_GET['k']);
require_once './element_include/element_head.php';
require_once './element_include/element_header_user_true.php';
echo '<div class="nfl p5 mb5 moderator small mlra">';
echo '</div>';
require_once './element_include/element_foot_user_true.php';
exit;
}
echo "</hr>";
echo '<a class="tdn mb5 inbl" href="shop_ava.php?go=bay&k=1"><img class="plr10" src="/images/avatars/1.png" alt=""/><br/>Купить(100золотых)</a>';
echo "---";
echo '<a class="tdn mb5 inbl" href="shop_ava.php?go=bay&k=2"><img class="plr10" src="/images/avatars/2.png" alt=""/><br/>Купить(150золотых)</a>';
require_once './element_include/element_foot_user_true.php';
?>