Showing
1 changed file
with
1 additions
and
1 deletions
@@ -33,7 +33,7 @@ class Controller_Brand extends Controller_Abstract | @@ -33,7 +33,7 @@ class Controller_Brand extends Controller_Abstract | ||
33 | break; | 33 | break; |
34 | } | 34 | } |
35 | } | 35 | } |
36 | - $info['link'] = SITE_MAIN.'?openby:'.addslashes('yohobuy={"action":"go.brand","params":{"brand_id":"'.$yohobuyBrandId.'"}'); | 36 | + $info['link'] = 'openby:'.addslashes('yohobuy={"action":"go.brand","params":{"brand_id":"'.$yohobuyBrandId.'"}'); |
37 | } | 37 | } |
38 | $relas = Facade_Brand::getBrandNewsRelaByBrandID($id); | 38 | $relas = Facade_Brand::getBrandNewsRelaByBrandID($id); |
39 | $news = array(); | 39 | $news = array(); |
-
Please register or login to post a comment