Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2015-11-01 18:25:59 +0800
Commit
390aac388f5f5ad8403b82e32dc6cd8762c06d2f
1 parent
eeb2eac1
底部tab预留链接
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
template/m.yohobuy.com/partials/layout/footer_tab.phtml
template/m.yohobuy.com/partials/layout/footer_tab.phtml
View file @
390aac3
{
{#
showFooterTab
}
}
<div
class=
"footer-tab"
>
<
div
class=
"tab-item {{#if grilsHomePage}}current{{/if}}{{#if boysHomePage}}current{{/if}}{{#if kidsHomePage}}current{{/if}}{{#if lifestyleHomePage}}current{{/if
}}"
>
<
a
class=
"tab-item {{#if grilsHomePage}}current{{/if}}{{#if boysHomePage}}current{{/if}}{{#if kidsHomePage}}current{{/if}}{{#if lifestyleHomePage}}current{{/if}}"
href=
"{{indexUrl
}}"
>
<p
class=
"iconfont tab-icon"
>
62
a;</p>
<p
class=
"tab-name"
>首页</p>
</div>
<div
class=
"tab-item {{#if categoryPage}}current{{/if}}"
>
</a>
<a
class=
"tab-item {{#if categoryPage}}current{{/if}}"
href=
"{{categoryUrl}}"
>
<p
class=
"iconfont tab-icon"
>
62
d;</p>
<p
class=
"tab-name"
>分类</p>
</div>
<div
class=
"tab-item {{#if guangHome}}current{{/if}}"
>
</a>
<a
class=
"tab-item {{#if guangHome}}current{{/if}}"
href=
"{{guangUrl}}"
>
<p
class=
"iconfont tab-icon"
>
627
;</p>
<p
class=
"tab-name"
>逛</p>
</div>
<div
class=
"tab-item {{#if shoppingCartPage}}current{{/if}}"
>
</a>
<a
class=
"tab-item {{#if shoppingCartPage}}current{{/if}}"
href=
"{{shoppingCartUrl}}"
>
<p
class=
"iconfont tab-icon"
>
62
c;</p>
<p
class=
"tab-name"
>购物车</p>
</div>
<div
class=
"tab-item {{#if minePage}}current{{/if}}"
>
</a>
<a
class=
"tab-item {{#if minePage}}current{{/if}}"
href=
"{{mineUrl}}"
>
<p
class=
"iconfont tab-icon"
>
62
b;</p>
<p
class=
"tab-name"
>我的</p>
</
div
>
</
a
>
</div>
{
{/
showFooterTab
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment