Файл: inc/system/head.php
Строк: 24
<?
error_reporting(E_ALL);
/* Переопределяем название стр*/
if(!$set['n'] && $title) $set['n'] = $title;
?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<?echo "<title>$title</title>";
?>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style.css" type="text/css" />
<base href='<?echo "http://".$_SERVER['SERVER_NAME'];?>'>
<meta charset="utf-8">
<link href="img/favicon.png" rel="shortcut icon" type="image/x-icon" />
<meta name="interkassa-verification" content="fac852d73b2694d0bb00d54beb6d4ed1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>