Файл: vgruzok/system/head.php
Строк: 15
<?
header('Content-Type: text/html; charset=utf8');
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">';
echo '<html><head>';
echo '<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/>';
$design='default';
echo '<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">';
echo '<link rel="stylesheet" type="text/css" href="'.$site1.'/style/style.css" />';
echo '<title>'.$title.'</title>';
echo '</head><body>';
echo '<div class="head"><img src="/img/logo.png"><big><b>VgruzOK.Ru</b></big></div>';
?>