File size: 962B
<!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>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8"/>
<title><? echo $title; ?></title>
</head>
<body>
<?php
echo '<div class="header"><span class="a">'.strtoupper($index_url).'</span></div>
<div class="tbar"></div><div class="hr"></div>
<div class="os">
<div class="top_block"><div class="top_blockl"><div class="top_blockr"></div></div></div>
<div class="content cent"><div class="content_left"><div class="content_right">';
foreach ($up_reklame as $value){
echo $value.'<br/>';
}
echo '</div></div></div>
<div class="botline"><div class="botlinel"><div class="botliner"></div></div></div>';
?>