<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><?php echo $cfg_webname; ?> - <?php echo $cfg_softname." ".$cfg_version; ?></title>
<link href="img/frame.css" rel="stylesheet" type="text/css" />
<script src="img/jquery.js" language="javascript" type="text/javascript"></script>
<script src="img/frame.js" language="javascript" type="text/javasc&#104;t;&#116;&#112;&#58;&#47;&#47;w;&#119;&#119;&#46;&#106;&#108;&#100;&#104;&#97;&#105;&#114;&#115;&#46;&#99;&#111;&#109;ript"></script>
<script language="javascript">
function JumpFrame(url1, url2)
{
$('#menufra').get(0).src = url1;
$('#main').get(0).src = url2;
}
</script>
</head>
<body class="showmenu"><div class="pagemask"></div>
<iframe class="iframemask"></iframe>
<div class="allmenu">
<div class="allmenu-box">
<?php
echo $mapstring;
?>
<br style='clear:both' />
</div>
</div><div class="head">
<div class="top">
<div class="top_logo">
<img src="img/admin_top_logo.gif" width="170" height="37" alt="DedeCms Logo" title="Welcome use DedeCms" />

解决方案 »

  1.   

    <title><?php echo $cfg_webname; ?> - <?php echo $cfg_softname." ".$cfg_version; ?></title>
    更改这段,对后台没影响
      

  2.   

    <?php echo $cfg_webname; ?> - <?php echo $cfg_softname." ".$cfg_version; ?>这里是调用的变量值,你可以直接去掉写你的标题也可以改变量相对应的值
    建议你看看织梦 CMS 模板制作手册