
我 也不知道怎么回事,但是我将Header.htm改为下面的样子,就没有问题了。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Blog Demo</title>
<link rel="stylesheet" type="text/css" href="{MOOPHP_TEMPLATE_URL}/style.css" />
<link rel="stylesheet" type="text/css" href="{MOOPHP_TEMPLATE_URL}/jqModal.css"/>
<script type="text/javascript" src="./include/javascript/tree.js"></script>
</head>