Файл: tjersy.worldbyte.net/inc/head.php
Строк: 37
<?php
$t = microtime(1);
echo '<?xml version="1.0" encoding="utf-8"?>';
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">';
echo '<meta name="viewport" content="width=device-width; initial-scale=1.">';
echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">';
echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru"><head>
<link rel="stylesheet" href="/style/s.css" type="text/css"/>
<link rel="shortcut icon" href="/style/img/favicon.ico" />
<title> MotoRace </title>
</head><body>';
if(isset($user)){
echo '
<div class="head">
<span class="left">
<span class="km">
<img src="/style/img/power.png" wdith="12" height="12"> Мощность:</span>
'.$my_moto['power'].'</span>
<span class="right">
<span class="km">
<img src="/style/img/money.png" wdith="12" height="12"> Деньги:</span>
'.$user['money'].'</span></span>
<center>
<span class="km">
<img src="/style/img/fuel.png" wdith="12" height="12"> Бензин:</span>
'.$user['fuel'].'</center></span>
</div>';
echo ' <div class="line"><div style="width:'.$levelimg.'%;" class="line_color"></div></div>';
}
?>