Ignore:
Timestamp:
2007/03/13 17:30:19 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/cart/index.php

    r11842 r11851  
    2727// Ç㤤ʪ¤ò³¤±¤ë¾ì¹ç 
    2828if($_REQUEST['continue']) { 
    29     header("Location: " . gfAddSessionId(URL_SITE_TOP) ); 
     29    header("Location: " . gfAddSessionId(MOBILE_URL_SITE_TOP) ); 
    3030    exit; 
    3131} 
     
    7777        $objCartSess->saveCurrentCart($uniqid); 
    7878        // ¹ØÆþ¥Ú¡¼¥¸¤Ø 
    79         header("Location: " . gfAddSessionId(URL_SHOP_TOP)); 
     79        header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 
    8080        exit; 
    8181    } 
Note: See TracChangeset for help on using the changeset viewer.