Changeset 6145 for temp/trunk/html


Ignore:
Timestamp:
2006/10/12 18:40:08 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/cart/index.php

    r5934 r6145  
    8181        $objCartSess->saveCurrentCart($uniqid); 
    8282        // ¹ØÆþ¥Ú¡¼¥¸¤Ø 
     83         
     84        print(sfTrimURL(SSL_URL) . URL_SHOP_TOP);exit; 
     85                 
    8386        header("Location: " . sfTrimURL(SSL_URL) . URL_SHOP_TOP);        
    8487    } 
  • temp/trunk/html/products/detail.php

    r6144 r6145  
    123123 
    124124        $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $objFormParam->getValue('quantity')); 
    125         header("Location: /cart/index.php"); 
     125        header("Location: " . URL_CART_TOP); 
    126126 
    127127        exit; 
Note: See TracChangeset for help on using the changeset viewer.