Index: branches/dev/html/mobile/cart/index.php
===================================================================
--- branches/dev/html/mobile/cart/index.php	(revision 11842)
+++ branches/dev/html/mobile/cart/index.php	(revision 11851)
@@ -27,5 +27,5 @@
 // Çã¤¤Êª¤òÂ³¤±¤ë¾ì¹ç
 if($_REQUEST['continue']) {
-	header("Location: " . gfAddSessionId(URL_SITE_TOP) );
+	header("Location: " . gfAddSessionId(MOBILE_URL_SITE_TOP) );
 	exit;
 }
@@ -77,5 +77,5 @@
 		$objCartSess->saveCurrentCart($uniqid);
 		// ¹ØÆþ¥Ú¡¼¥¸¤Ø
-		header("Location: " . gfAddSessionId(URL_SHOP_TOP));
+		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP));
 		exit;
 	}
Index: branches/dev/html/mobile/products/detail.php
===================================================================
--- branches/dev/html/mobile/products/detail.php	(revision 11842)
+++ branches/dev/html/mobile/products/detail.php	(revision 11851)
@@ -170,5 +170,5 @@
 		$objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $objFormParam->getValue('quantity'));
 
-		header("Location: " . gfAddSessionId(URL_CART_TOP));
+		header("Location: " . gfAddSessionId(MOBILE_URL_CART_TOP));
 
 		exit;
Index: branches/dev/html/mobile/products/list.php
===================================================================
--- branches/dev/html/mobile/products/list.php	(revision 11686)
+++ branches/dev/html/mobile/products/list.php	(revision 11851)
@@ -127,5 +127,5 @@
 			$objCartSess->setPrevURL($_SERVER['REQUEST_URI']);
 			$objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]);
-			header("Location: " . URL_CART_TOP);
+			header("Location: " . MOBILE_URL_CART_TOP);
 			exit;
 		}
Index: branches/dev/html/mobile/mypage/order.php
===================================================================
--- branches/dev/html/mobile/mypage/order.php	(revision 11686)
+++ branches/dev/html/mobile/mypage/order.php	(revision 11851)
@@ -31,5 +31,5 @@
 }
 
-header("Location: " . gfAddSessionId(URL_CART_TOP));
+header("Location: " . gfAddSessionId(MOBILE_URL_CART_TOP));
 
 
Index: branches/dev/html/mobile/shopping/index.php
===================================================================
--- branches/dev/html/mobile/shopping/index.php	(revision 11842)
+++ branches/dev/html/mobile/shopping/index.php	(revision 11851)
@@ -78,5 +78,5 @@
 		$objSiteSess->setRegistFlag();
 		// ¤ª»ÙÊ§¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°ÜÆ°
-		header("Location: " . gfAddSessionId(URL_SHOP_PAYMENT));
+		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT));
 		exit;		
 	}
@@ -86,5 +86,5 @@
 case 'return':
 	// ³ÎÇ§¥Ú¡¼¥¸¤Ø°ÜÆ°
-	header("Location: " . gfAddSessionId(URL_CART_TOP));
+	header("Location: " . gfAddSessionId(MOBILE_URL_CART_TOP));
 	exit;
 	break;
Index: branches/dev/html/mobile/shopping/confirm.php
===================================================================
--- branches/dev/html/mobile/shopping/confirm.php	(revision 11842)
+++ branches/dev/html/mobile/shopping/confirm.php	(revision 11851)
@@ -84,5 +84,5 @@
 	// Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯
 	$objSiteSess->setRegistFlag();
-	header("Location: " . gfAddSessionId(URL_SHOP_PAYMENT));
+	header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT));
 	exit;
 	break;
Index: branches/dev/html/mobile/shopping/deliv_addr.php
===================================================================
--- branches/dev/html/mobile/shopping/deliv_addr.php	(revision 11842)
+++ branches/dev/html/mobile/shopping/deliv_addr.php	(revision 11851)
@@ -96,5 +96,5 @@
 			$objSiteSess->setRegistFlag();
 			// ¤ª»ÙÊ§¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°ÜÆ°
-			header("Location: " . gfAddSessionId(URL_SHOP_PAYMENT));
+			header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT));
 			exit;
 		} else {
Index: branches/dev/html/mobile/shopping/payment.php
===================================================================
--- branches/dev/html/mobile/shopping/payment.php	(revision 11842)
+++ branches/dev/html/mobile/shopping/payment.php	(revision 11851)
@@ -89,5 +89,5 @@
 		$objSiteSess->setRegistFlag();
 		// ³ÎÇ§¥Ú¡¼¥¸¤Ø°ÜÆ°
-		header("Location: " . gfAddSessionId(URL_SHOP_CONFIRM));
+		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_CONFIRM));
 		exit;
 	}else{
@@ -108,5 +108,5 @@
 	// Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯
 	$objSiteSess->setRegistFlag();
-	header("Location: " . gfAddSessionId(URL_SHOP_TOP));
+	header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP));
 	exit;
 	break;
Index: branches/dev/html/mobile/shopping/deliv.php
===================================================================
--- branches/dev/html/mobile/shopping/deliv.php	(revision 11842)
+++ branches/dev/html/mobile/shopping/deliv.php	(revision 11851)
@@ -88,5 +88,5 @@
 	} else {
 		// ¥í¥°¥¤¥ó¥Ú¡¼¥¸¤ËÌá¤ë
-		header("Location: " . gfAddSessionId(URL_SHOP_TOP));
+		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP));
 		exit;
 	}
@@ -122,5 +122,5 @@
 		$objSiteSess->setRegistFlag();
 		// ¤ª»ÙÊ§¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°ÜÆ°
-		header("Location: " . gfAddSessionId(URL_SHOP_PAYMENT));
+		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT));
 		exit;
 	}else{
@@ -140,5 +140,5 @@
 			$objSiteSess->setRegistFlag();
 			// ¤ª»ÙÊ§¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°ÜÆ°
-			header("Location: " . gfAddSessionId(URL_SHOP_PAYMENT));
+			header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT));
 			exit;
 		}
@@ -171,5 +171,5 @@
 case 'return':
 	// ³ÎÇ§¥Ú¡¼¥¸¤Ø°ÜÆ°
-	header("Location: " . URL_CART_TOP);
+	header("Location: " . MOBILE_URL_CART_TOP);
 	exit;
 	break;
