mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改视图行为过滤
This commit is contained in:
parent
04d87df49e
commit
60a8c0ff38
@ -57,6 +57,7 @@ class FilterView
|
|||||||
{
|
{
|
||||||
if (($key = sysconf('tongji_baidu_key'))) {
|
if (($key = sysconf('tongji_baidu_key'))) {
|
||||||
$script = <<<SCRIPT
|
$script = <<<SCRIPT
|
||||||
|
\n<!-- 百度统计 开始 -->
|
||||||
<script>
|
<script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
(function() {
|
(function() {
|
||||||
@ -66,8 +67,9 @@ class FilterView
|
|||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
<!-- 百度统计 结束 -->\n\n
|
||||||
SCRIPT;
|
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