Файл: phpmyadmin/template/header.tpl
Строк: 22
<?php
// wap phpmyadmin
// ionutvmi@gmail.com
//
master-land.net
header("Content-type: text/html;
charset=iso-8859-1");
?>
<!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">
<head>
<title><?php
echo $pma->title; ?> - WapPHPMyAdmin <?php echo $pma->version;
?> by ionutvmi</title>
<link rel="stylesheet"
type="text/css" href="<?php echo
$pma->tpl;?>style/style.css">
<link rel="shortcut
icon" href="./favicon.ico" type="image/x-icon"
/>
</head>
<body>
<div
xmlns="http://www.w3.org/1999/xhtml"
class="head">
<div class="logo"> phpmyadmin
<?php echo $pma->version; ?><br/>
<?php echo
$pma->host ? htmlentities($pma->user."@".$pma->host) :
'';?>
</div>
</div>
</div>
<div
class='content'>