MetInfo操作笔记
Posted 大江echor
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MetInfo操作笔记相关的知识,希望对你有一定的参考价值。
1.去版权
前台文件路径:templates/模板名称/foot.php
<div class="powered_by_metinfo">Powered by <a href="http://www.MetInfo.cn" target="_blank" title="{$lang_Info1}">MetInfo {$metcms_v}</a> ©2008-{$m_now_year} <a href="http://www.MetInfo.cn" target="_blank" title="{$lang_Info3}">www.metinfo.cn</a></div>
后台文件路径:public/php/methtml.inc.php
$methtml_head.="<meta name=\"copyright\" content=\"Copyright ".$m_now_year."\" />\n";
2.首页关键字和公司名称切换位置
文件路径:include/common.inc.php
//$met_title=$met_webname?($met_keywords?$met_keywords.‘-‘.$met_webname:$met_webname):$met_keywords;
$met_title=$met_webname?($met_keywords?$met_webname.‘-‘.$met_keywords:$met_webname):$met_keywords;
以上是关于MetInfo操作笔记的主要内容,如果未能解决你的问题,请参考以下文章