Размер файла: 1Kb
<?php
if(isset($v_id['stil']))
{
$head = '<?xml version="1.0" encoding="UTF-8"?><!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>'.$title.'</title><link rel="stylesheet" href="http://'.$_SERVER['HTTP_HOST'].'/load/css/'.intval($v_id['stil']).'/style.css" type="text/css" /></head><body>';
}else
{
$head = '<?xml version="1.0" encoding="UTF-8"?><!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>'.$title.'</title><link rel="stylesheet" href="http://'.$_SERVER['HTTP_HOST'].'/load/css/'.intval($row['stil']).'/style.css" type="text/css" /></head><body>';
}
//-----------
//-----------
$class_1 = '<div class="d0">';
$class_2 = '<div class="d1">';
$class_3 = '<div class="d2">';
$class_4 = '<div class="p">';
$class_divz = '</div>';
$class_end = '</body></html>';
?>