<?php
function head() {
echo '<!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>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/>
<link type="text/css" href="style/css.css" rel="stylesheet" />
<title>Article - Powered By Sanonz</title>
</head>
<body>';
}
function foot() {
date_default_timezone_set("PRC");
echo '<span style="color:blue">北京时间</span>:'.date("Y-m-d H:i:s").'<br/>';
echo '<div class="footer">Powered By <a href="
http://bbs.wapdn.cn">Sanonz</a></div>';
}
?>