<?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';
echo '<div class="nfl p5 mb5 cntr small mlra">';
echo'Покупка золота доступна по иконке Золото снизу любой страницы';
echo '</div>';
require_once './element_include/element_foot_user_true.php';
?>