Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
whb
10 years ago
Commit
803343eb579d9bf49c5664839200dc40391df26a
1 parent
dcb8e509
品牌链接
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
website/controller/Brand.class.php
website/controller/Brand.class.php
View file @
803343e
...
...
@@ -33,7 +33,7 @@ class Controller_Brand extends Controller_Abstract
break
;
}
}
$info
[
'link'
]
=
'http://ablejeans.yohobuy.com/?gender=1.3?openby:'
.
urlencode
(
'yohobuy={"action":"go.brand","params":{"brand_id":"'
.
$yohobuyBrandId
.
'","promotion":"4
"}'
);
$info
[
'link'
]
=
SITE_MAIN
.
'?openby:'
.
urlencode
(
'yohobuy={"action":"go.brand","params":{"brand_id":"'
.
$yohobuyBrandId
.
'
"}'
);
}
$relas
=
Facade_Brand
::
getBrandNewsRelaByBrandID
(
$id
);
$news
=
array
();
...
...
Please
register
or
login
to post a comment