mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-07 22:29:44 +08:00
[更新]修改视图行为过滤
This commit is contained in:
parent
04d87df49e
commit
60a8c0ff38
@ -57,6 +57,7 @@ class FilterView
|
||||
{
|
||||
if (($key = sysconf('tongji_baidu_key'))) {
|
||||
$script = <<<SCRIPT
|
||||
\n<!-- 百度统计 开始 -->
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
@ -66,8 +67,9 @@ class FilterView
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
<!-- 百度统计 结束 -->\n\n
|
||||
SCRIPT;
|
||||
$params = preg_replace('|</body>|i', "{$script}\n </body>", $params);
|
||||
$params = preg_replace('|</body>|i', "{$script}</body>", $params);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user