原帖由 sapphire_li 于 2006-5-15 13:15 发表
./templates/default/index.htm
DZ4.1 默认模板下的index.htm 代码是
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>$bbname $seotitle $navtitle - powered by Discuz!</title>
$seohead
<meta http-equiv="Content-Type" content="text/html; charset=$charset">
<meta name="keywords" content="Discuz!,Board,Comsenz,forums,bulletin board,$seokeywords">
<meta name="description" content="$bbname $seodescription - Discuz! Board">
<meta name="generator" content="Discuz! $version with Templates 4.0.0">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="MSThemeCompatible" content="Yes">
$extrahead
{template css}
<script language="JavaScript" src="include/common.js"></script>
</head>
<frameset cols="*" frameborder="NO" border="0" framespacing="0">
<frameset name="myFrame" cols="195,10,*" frameborder="NO" border="0" framespacing="0">
<frame src="index.php?page=nav" name="leftFrame">
<frame src="swith.htm" name="midFrame" scrolling="no" frameborder="0">
<frame src="bbs.php" name="mainFrame">
</frameset>
<noframes>
<body bgcolor="#60564c">
<font color=red style=font-size:14px><b>你的浏览器不支持帧页面,请升级!</b></font>
</body>
</noframes>
</html>
并没有找到
<!--{if !empty($newpmexists)}-->
<div class="maintable">
{template pmprompt}
</div>
<!--{/if}-->
这样 的代码! |