评论charactres加载在magento页面顶部

时间:2014-08-22 05:43:38

标签: javascript html css magento

在我的Magento 1.6.2.0首页上我得到/ ** /在我的页面顶部。似乎是在http://nilandsplace.com加载页面内容之前。我可以在萤火虫中看到它,但无法知道它来自哪里。萤火虫表演

<head>
<body class=" ig-404tosearch-index-index cms-home" style="position: relative; min-height: 100%; top: 0px;">
<span id="BuySafeSealSpan" style="display: inline; padding: 0px; margin: 0px; border: 0px none; position: fixed; bottom: 0px; top: auto; right: auto; left: 0px; z-index: 10001; background-color: transparent; height: auto; width: auto;">
/*
<script type="text/javascript">
*/
<meta content="EB5B8B2562CC109C0058726E01C0AFC1" name="msvalidate.01">
<meta content="azPLjb6T1pIRdUuZPmIGr7HV3p982Yaa1TGQKOjMe0E" name="google-site-verification">
<script type="text/javascript">

但它看起来应该是这样的

<head>
<body class=" ig-404tosearch-index-index cms-home" style="position: relative; min-height: 100%; top: 0px;">
<span id="BuySafeSealSpan" style="display: inline; padding: 0px; margin: 0px; border: 0px none; position: fixed; bottom: 0px; top: auto; right: auto; left: 0px; z-index: 10001; background-color: transparent; height: auto; width: auto;">
<div style="display:none;">
<div id="livezilla_tracking" style="display:none">
<script type="text/javascript">
<noscript><img src="http://chat.nilandsplace.com/server.php?request=track&amp;output=nojcrpt&amp;fbpos=12&amp;fbml=0&amp;fbmt=0&amp;fbmr=0&amp;fbmb=0&amp;fbw=32&amp;fbh=112" width="0" height="0" style="visibility:hidden;" alt=""></noscript>
<script type="text/javascript">
<script src="https://stat.dealtime.com/ROI/ROI2.js" type="text/javascript">
<div class="wrapper">

班级=&#34; ig-404tosearch-index-index cms-home&#34;

之间应该是
<body></body> 

标签和     

之间应该是什么
<head></head>

标签 有些如何在我的模板文件中删除和旧的Google翻译脚本我引入了

/*
<script type="text/javascript">
*/ 

但我无法找到它。我已将文件比较用于本地备份副本,无法找到Dif文件的差异。我的家用计算机上有一个本地Apache2服务器,具有相同的设置。但是我的localhost没有加载错误? 我经历过Magento:/ app,/ core,/ default(模板文件),/ design,/ js,/ lib,/ modules,/ include和/ skin,我的文件用完了。我不会将/ var / cache或session保存到文件中。我已经清除了APC和eAccelerator,并将我的在线数据库交换到localhost,但没有发现错误。

0 个答案:

没有答案