View file komments/head.php

File size: 524B
<?
{
echo '<?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" xml:lang="ru">
<head>';
echo "<title>HotWAP.org.RU</title>";
echo '<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8"/>
<meta http-equiv="Pragma" content="no-cache"/>';
echo "<link rel=\"stylesheet\" href=\"../style.css\" type=\"text/css\" />";
echo '</head><body>';
}
?>