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
yyq
9 years ago
Commit
d207d38936f8309cefc2f78c5da9a0e43f7ef299
1 parent
f08308f6
outlet 替换 outlets
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Item.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Item.php
View file @
d207d38
...
...
@@ -57,9 +57,9 @@ class ItemController extends WebAction
//导航
if
(
$productInfo
[
'goodsInfo'
][
'isOutlets'
]
===
'outlets'
)
{
$data
[
'detail'
][
'pathNav'
]
=
array
(
array
(
'href'
=>
'/'
,
'name'
=>
'OUTLET
S'
,
'pathTitle'
=>
'OUTLETS
'
),
// TODO 首页地址
array
(
'href'
=>
'/'
,
'name'
=>
'OUTLET
'
,
'pathTitle'
=>
'OUTLET
'
),
// TODO 首页地址
//array('href' => '/', 'name' => 'OUTLETS', 'pathTitle' => 'OUTLETS'), TODO 奥莱频道
array
(
'
href'
=>
'/'
,
'
name'
=>
$productInfo
[
'goodsInfo'
][
'name'
],
'pathTitle'
=>
$productInfo
[
'goodsInfo'
][
'name'
]),
array
(
'name'
=>
$productInfo
[
'goodsInfo'
][
'name'
],
'pathTitle'
=>
$productInfo
[
'goodsInfo'
][
'name'
]),
);
}
else
{
$data
[
'detail'
][
'pathNav'
]
=
array_merge
(
...
...
Please
register
or
login
to post a comment