Файл: pay/error.php
Строк: 40
<?
require_once '../incfiles/core.php';
require_once '../incfiles/func.php';
require_once '../incfiles/auth.php';
require_once '../incfiles/user.php';
echo '<!DOCTYPE html><html lang="ua">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=1">
<meta name="keywords" content="'.lang('украинский,украинская,социальная,социальный,сеть','український,українська,соціальна,соціальний,мережа').'" />
<meta name="description" content="LiveBook.com.ua - '.lang('социальная сеть Украины','соціальна мережа України').'" />
<link rel="shortcut icon" href="'.URL.'/design/img/favicon.ico" />
<link rel="stylesheet" href="'.URL.'/design/style.css?r='.$rand.'" type="text/css"/>
<link rel="stylesheet" href="'.URL.'/design/style2.css?r='.$rand.'" type="text/css"/>';
$title = lang('Пополнение счёта','Поповнення особистого рахунку');
echo'Помилка!';
echo '<div class="title">
<a '. ($act == false?'class="title_a_hover"':'') .' href="'.URL.'/" onclick="Page.Go(this.href); return false">'.lang('Назад','Повернутись на сайт').'</a>
</div>';
//require_once '../incfiles/foot.php';
?>