Файл: 3/system/head.php
Строк: 16
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<meta http-equiv='content-type' content='text/html; charset=UTF-8'/>
<meta name='viewport' content='width=device-width; minimum-scale=1; maximum-scale=1'/>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style/default.css" type="text/css" />
<?
if($_SERVER['PHP_SELF'] == '/index.php')echo "<title>Вархим</title>";
else echo "<title>$title</title>";
?>