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

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/products/list.php

    r11686 r11851  
    127127            $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
    128128            $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]); 
    129             header("Location: " . URL_CART_TOP); 
     129            header("Location: " . MOBILE_URL_CART_TOP); 
    130130            exit; 
    131131        } 
Note: See TracChangeset for help on using the changeset viewer.