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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
3608122531b43f367b7e56b292a95a3fb5dd5d72
1 parent
f46f7962
fix err home analysis script
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
11 deletions
template/www.yohobuy.com/actions/index/girls/index.phtml
template/www.yohobuy.com/actions/index/index/index.phtml
template/www.yohobuy.com/actions/index/kids/index.phtml
template/www.yohobuy.com/actions/index/lifestyle/index.phtml
template/www.yohobuy.com/partials/index/home-analysis.phtml
template/www.yohobuy.com/partials/layout/analysis.phtml
template/www.yohobuy.com/actions/index/girls/index.phtml
View file @
3608122
...
...
@@ -72,4 +72,5 @@
{
{/
girls
}
}
</div>
{
{>
index/home-analysis
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/actions/index/index/index.phtml
View file @
3608122
...
...
@@ -86,4 +86,5 @@
{
{/
boys
}
}
</div>
<script>__custom
=
{
"yopid"
:
"index"
}
;</script>
{
{>
index/home-analysis
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/actions/index/kids/index.phtml
View file @
3608122
...
...
@@ -33,4 +33,5 @@
{
{/
newArrivls
}
}
{
{/
kids
}
}
</div>
{
{>
index/home-analysis
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/actions/index/lifestyle/index.phtml
View file @
3608122
...
...
@@ -32,4 +32,5 @@
{
{/
newArrivls
}
}
{
{/
lifestyle
}
}
</div>
{
{>
index/home-analysis
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/partials/index/home-analysis.phtml
0 → 100644
View file @
3608122
<script>
(function() {
var hm = document.createElement("script");
hm.src = "http://static.criteo.net/js/ld/ld.js";
hm.async = 1;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
var u = _ozuid || "";
u = (u == 0) ? "" : u;
window.criteo_q = window.criteo_q || [];
window.criteo_q.push({event: "setAccount", account: 16184 },{event: "setCustomerId", id: u},{event: "setSiteType", type: "d" },{event: "viewHome" });
})();
</script>
\ No newline at end of file
...
...
template/www.yohobuy.com/partials/layout/analysis.phtml
View file @
3608122
...
...
@@ -39,17 +39,6 @@ var _gaq = _gaq || [];
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
(function() {
var hm = document.createElement("script");
hm.src = "http://static.criteo.net/js/ld/ld.js";
hm.async = 1;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
var u = _ozuid || "";
u = (u == 0) ? "" : u;
window.criteo_q = window.criteo_q || [];
window.criteo_q.push({event: "setAccount", account: 16184 },{event: "setCustomerId", id: u},{event: "setSiteType", type: "d" },{event: "viewHome" });
})();
}
if (window.addEventListener) {
window.addEventListener('load', async_load, false);
...
...
Please
register
or
login
to post a comment