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
毕凯
9 years ago
Commit
ebb6b17c17618798d7653987212586e6468e99e4
1 parent
06db6dba
面包屑导航 增加title
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
template/www.yohobuy.com/partials/layout/path-nav.phtml
template/www.yohobuy.com/partials/layout/path-nav.phtml
View file @
ebb6b17
...
...
@@ -6,7 +6,7 @@
{
{#if
@last
}
}
<b>
{
{name
}
}</b>
{
{else
}
}
{
{name
}
}
<span
title=
"{{name}}"
>
{
{name
}
}</span>
{
{/if
}
}
{
{#unless
@last
}
}
...
...
@@ -17,7 +17,7 @@
{
{#if
@last
}
}
<b>
{
{{name
}
}}</b>
{
{else
}
}
{
{name
}
}
<span
title=
"{{name}}"
>
{
{name
}
}</span>
{
{/if
}
}
{
{#unless
@last
}
}
...
...
Please
register
or
login
to post a comment