Размер файла: 880B
<?
header("Content-type: application/xhtml+xml;charset=UTF-8");
/*echo '<?xml version="1.0" encoding="utf-8"?>'."\n";*/
?>
<!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>
<title><?php echo $set['title']; ?></title>
<link rel="stylesheet" href="/style/themes/<? echo $set['set_them']; ?>/style.css" type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body>
<div class="body">
<div class="logo">
<img width="250" src="/style/themes/default/logo.png" alt="Logotype" /><br />
<b>Sngine Social - Скрипт социальной сети (Модификация DCMS SOCIAL)</b>
</div>
<div class="title">
<?php
echo $set['title'];
ob_start();
?>
</div>