brandSet(); $wp -> makeLink(); $wp -> pageDisp(); class makePage{ var $brand; var $product_page; var $top_page; var $brand_nm; var $cul01 = ""; var $cul02 = ""; var $cul03 = ""; var $cul04 = ""; var $cul05 = ""; var $cul06 = ""; var $cul07 = ""; function brandSet(){ if (strlen($_GET['b']) > 0){ $this->brand = $_GET['b']; }else{ $this->brand = "cyc"; } } function makeLink(){ $this->product_page; switch($this->brand){ case "cyc": $this->product_page = "../cyc/cyc-seihin.htm"; $this->top_page = "../cyc/c_top.htm"; $this->brand_nm = "■サイク オフィシャルサイト"; $this->cul01 = "_cul"; $this->cul02 = ""; $this->cul03 = ""; $this->cul04 = ""; $this->cul05 = ""; $this->cul06 = ""; $this->cul07 = ""; $this->ana = "CYC"; break; case "b-cyc": $this->product_page = "../b-cyc/b-cyc-seihin.htm"; $this->top_page = "../b-cyc/b-c-top.htm"; $this->brand_nm = "■ブラックサイク オフィシャルサイト"; $this->cul01 = ""; $this->cul02 = "_cul"; $this->cul03 = ""; $this->cul04 = ""; $this->cul05 = ""; $this->cul06 = ""; $this->cul07 = ""; $this->ana = "BLACK"; break; case "w-cyc": $this->product_page = "../w-cyc/w-cyc-seihin.htm"; $this->top_page = "../w-cyc/w-c-top.htm"; $this->brand_nm = "■ホワイトサイク オフィシャルサイト"; $this->cul01 = ""; $this->cul02 = ""; $this->cul03 = "_cul"; $this->cul04 = ""; $this->cul05 = ""; $this->cul06 = ""; $this->cul07 = ""; $this->ana = "WHITE"; break; case "poison": $this->product_page = "../poison/product/poison-seihin.htm"; $this->top_page = "../poison/poison_top.htm"; $this->brand_nm = "■ポイズン@ベリイ オフィシャルサイト"; $this->cul01 = ""; $this->cul02 = ""; $this->cul03 = ""; $this->cul04 = ""; $this->cul05 = "_cul"; $this->cul06 = ""; $this->cul07 = ""; $this->ana = "POISON"; break; case "r-cyc": $this->product_page = "../r-cyc/product/r-cyc-seihin.htm"; $this->top_page = "../r-cyc/r-c-top_n.htm"; $this->brand_nm = "■レインボウサイク オフィシャルサイト"; $this->cul01 = ""; $this->cul02 = ""; $this->cul03 = ""; $this->cul04 = "_cul"; $this->cul05 = ""; $this->cul06 = ""; $this->cul07 = ""; $this->ana = "RAINBOW"; break; case "cyclet": $this->product_page = "../cyclet/product/cyclet-product.html"; $this->top_page = "../cyclet/top.html"; $this->brand_nm = "■サイクレット オフィシャルサイト"; $this->cul01 = ""; $this->cul02 = ""; $this->cul03 = ""; $this->cul04 = ""; $this->cul05 = ""; $this->cul06 = ""; $this->cul07 = "_cul"; $this->ana = "CYCLET"; break; default: $this->product_page = "../cyc/cyc-seihin.htm"; $this->top_page = "../cyc/c-top.htm"; $this->brand_nm = "■サイク オフィシャルサイト"; $this->cul01 = "_cul"; $this->cul02 = ""; $this->cul03 = ""; $this->cul04 = ""; $this->cul05 = ""; $this->cul06 = ""; $this->cul07 = ""; $this->ana = "CYC"; break; } } function pageDisp(){ echo(' CYC SITE '.$this->brand_nm.'
'); } } ?>