From 803343eb579d9bf49c5664839200dc40391df26a Mon Sep 17 00:00:00 2001
From: whb <whb@yoho>
Date: Wed, 22 Jul 2015 15:25:54 +0800
Subject: [PATCH] 品牌链接

---
 website/controller/Brand.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/controller/Brand.class.php b/website/controller/Brand.class.php
index 094d3ef..4f3a9f9 100644
--- a/website/controller/Brand.class.php
+++ b/website/controller/Brand.class.php
@@ -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();
--
libgit2 0.24.0