Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
8ff1beed73fad4f59661dd4d0ff5de646ace3b36
2 parents
0bff5b52
a2f3a803
Merge branch 'hotfix/criteo'
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
1 deletions
template/www.yohobuy.com/actions/guang/index/editor.phtml
template/www.yohobuy.com/actions/guang/index/index.phtml
template/www.yohobuy.com/actions/guang/info/info.phtml
template/www.yohobuy.com/actions/guang/tags/list.phtml
template/www.yohobuy.com/actions/index/brands/brands.phtml
template/www.yohobuy.com/partials/layout/analysis.phtml
template/www.yohobuy.com/partials/layout/criteo.phtml
template/www.yohobuy.com/actions/guang/index/editor.phtml
View file @
8ff1bee
...
...
@@ -29,4 +29,5 @@
</div>
{
{/
guang
}
}
</div>
{
{>
layout/criteo
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/actions/guang/index/index.phtml
View file @
8ff1bee
...
...
@@ -41,4 +41,5 @@
</div>
{
{/
guang
}
}
</div>
{
{>
layout/criteo
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/actions/guang/info/info.phtml
View file @
8ff1bee
...
...
@@ -149,4 +149,5 @@
</div>
{
{/
guang
}
}
</div>
{
{>
layout/criteo
}
}
{
{>
layout/footer
}
}
...
...
template/www.yohobuy.com/actions/guang/tags/list.phtml
View file @
8ff1bee
...
...
@@ -21,4 +21,5 @@
</div>
{
{/
guang
}
}
</div>
{
{>
layout/criteo
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/actions/index/brands/brands.phtml
View file @
8ff1bee
...
...
@@ -54,4 +54,5 @@
</div>
{
{/
brands
}
}
</div>
{
{>
layout/criteo
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/partials/layout/analysis.phtml
View file @
8ff1bee
...
...
@@ -18,6 +18,12 @@ var _gaq = _gaq || [];
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
}
if (window.addEventListener) {
window.addEventListener('load', async_load, false);
...
...
@@ -39,4 +45,4 @@ var _gaq = _gaq || [];
c.src=(f ? 'https' : 'http') + '://'+(f?'fm.ipinyou.com':'fm.p0y.cn')+'/j/t/adv.js';
var h = d.getElementsByTagName("script")[0];h.parentNode.insertBefore(c, h);
}(document);
</script>
</script>
\ No newline at end of file
...
...
template/www.yohobuy.com/partials/layout/criteo.phtml
0 → 100644
View file @
8ff1bee
<!-- Home page tag ---->
<script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
<script type="text/javascript">
window.criteo_q = window.criteo_q || [];
window.criteo_q.push(
{ event: "setAccount", account: 16184 },
{ event: "setHashedEmail", email: "" },
{ event: "setSiteType", type: "d" },
{ event: "viewHome" }
);
</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment