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
wangqing
9 years ago
Commit
d3080cc5eeb980f4983e6565ecbdcb910edee987
1 parent
419c60f1
增加一级菜单的选中类
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Index/Home.php
yohobuy/www.yohobuy.com/application/models/Index/Home.php
View file @
d3080cc
...
...
@@ -75,7 +75,7 @@ class HomeModel
'name_en'
=>
$val
[
'sort_name_en'
],
'link'
=>
$val
[
'sort_url'
],
'icon'
=>
$val
[
'sort_ico'
],
'classname'
=>
str_replace
(
' '
,
''
,
strtolower
(
$val
[
'sort_name_en'
]))
==
$channel
?
$channel
:
''
,
'classname'
=>
str_replace
(
' '
,
''
,
strtolower
(
$val
[
'sort_name_en'
]))
==
$channel
?
$channel
.
' cure'
:
''
,
'index_main'
=>
$index_main
++
,
'content_code'
=>
$val
[
'content_code'
],
'is_hot'
=>
$val
[
'is_hot'
]
==
'Y'
?
true
:
false
,
...
...
Please
register
or
login
to post a comment