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
ae92750ef9e560673f363536c81c85d7ca8c1867
1 parent
8c8c99ed
品牌
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
website/controller/Brand.class.php
website/controller/Brand.class.php
View file @
ae92750
...
...
@@ -35,10 +35,7 @@ class Controller_Brand extends Controller_Abstract
}
if
(
$client
)
{
if
(
!
empty
(
$yohobuyBrandId
)
||
(
empty
(
$info
[
'link'
])
&&
empty
(
$yohobuyBrandId
)))
{
$info
[
'link'
]
=
'openby:'
.
urlencode
(
'yohobuy={"action":"go.brand","params":{"brand_id":"'
.
$yohobuyBrandId
.
'"}}'
);
}
$info
[
'link'
]
=
'openby:'
.
urlencode
(
'yohobuy={"action":"go.brand","params":{"brand_id":"'
.
$yohobuyBrandId
.
'"}}'
);
}
}
$relas
=
Facade_Brand
::
getBrandNewsRelaByBrandID
(
$id
);
...
...
Please
register
or
login
to post a comment