Changeset 9154 for temp/trunk/data


Ignore:
Timestamp:
2006/11/27 14:13:59 (20 years ago)
Author:
uehara
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r9152 r9154  
    340340 
    341341/* URL */ 
    342 define ("URL_SHOP_TOP", SSL_URL . "shopping/index.php");            // ²ñ°÷¾ðÊóÆþÎÏ 
    343 define ("URL_SITE_TOP", URL_DIR . "index.php");                     // ¥µ¥¤¥È¥È¥Ã¥× 
    344 define ("URL_CART_TOP", URL_DIR . "cart/index.php");                // ¥«¡¼¥È¥È¥Ã¥× 
    345 define ("URL_MYPAGE_TOP", SSL_URL . "mypage/login.php");            // My¥Ú¡¼¥¸¥È¥Ã¥× 
    346 define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php");      // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 
    347 define ("URL_SHOP_PAYMENT", URL_DIR . "shopping/payment.php");      // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 
    348 define ("URL_SHOP_COMPLETE", URL_DIR . "shopping/complete.php");    // ¹ØÆþ´°Î»²èÌÌ 
    349 define ("URL_SHOP_CREDIT", URL_DIR . "shopping/card.php");          // ¥«¡¼¥É·èºÑ²èÌÌ 
    350 define ("URL_SHOP_LOAN", URL_DIR . "shopping/loan.php");            // ¥í¡¼¥ó·èºÑ²èÌÌ 
    351 define ("URL_SHOP_CONVENIENCE", URL_DIR . "shopping/convenience.php");  // ¥³¥ó¥Ó¥Ë·èºÑ²èÌÌ 
    352 define ("URL_SHOP_MODULE", URL_DIR . "shopping/load_payment_module.php");   // ¥â¥¸¥å¡¼¥ëÄɲÃÍѲèÌÌ 
    353 define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php");              // ¾¦Éʥȥåנ
    354 define ("LIST_P_HTML", URL_DIR . "products/list-p");                    // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 
     342define ("URL_SHOP_TOP", SSL_URL . "shopping/index.php");                        // ²ñ°÷¾ðÊóÆþÎÏ 
     343define ("URL_ENTRY_TOP", SSL_URL . "entry/index.php");                          // ²ñ°÷ÅÐÏ¿¥Ú¡¼¥¸TOP 
     344define ("URL_SITE_TOP", URL_DIR . "index.php");                                 // ¥µ¥¤¥È¥È¥Ã¥× 
     345define ("URL_CART_TOP", URL_DIR . "cart/index.php");                            // ¥«¡¼¥È¥È¥Ã¥× 
     346define ("URL_MYPAGE_TOP", SSL_URL . "mypage/login.php");                        // My¥Ú¡¼¥¸¥È¥Ã¥× 
     347define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php");                  // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 
     348define ("URL_SHOP_PAYMENT", URL_DIR . "shopping/payment.php");                  // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 
     349define ("URL_SHOP_COMPLETE", URL_DIR . "shopping/complete.php");                // ¹ØÆþ´°Î»²èÌÌ 
     350define ("URL_SHOP_CREDIT", URL_DIR . "shopping/card.php");                      // ¥«¡¼¥É·èºÑ²èÌÌ 
     351define ("URL_SHOP_LOAN", URL_DIR . "shopping/loan.php");                        // ¥í¡¼¥ó·èºÑ²èÌÌ 
     352define ("URL_SHOP_CONVENIENCE", URL_DIR . "shopping/convenience.php");          // ¥³¥ó¥Ó¥Ë·èºÑ²èÌÌ 
     353define ("URL_SHOP_MODULE", URL_DIR . "shopping/load_payment_module.php");       // ¥â¥¸¥å¡¼¥ëÄɲÃÍѲèÌÌ 
     354define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php");                      // ¾¦Éʥȥåנ
     355define ("LIST_P_HTML", URL_DIR . "products/list-p");                            // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 
    355356define ("LIST_C_HTML", URL_DIR . "products/list.php?mode=search&category_id="); // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 
    356357define ("DETAIL_P_HTML", URL_DIR . "products/detail.php?product_id=");          // ¾¦ÉʾܺÙ(HTML½ÐÎÏ) 
    357 define("MYPAGE_DELIVADDR_URL", URL_DIR . "mypage/delivery.php");                    // ¥Þ¥¤¥Ú¡¼¥¸¤ªÆÏ¤±ÀèURL 
     358define ("MYPAGE_DELIVADDR_URL", URL_DIR . "mypage/delivery.php");               // ¥Þ¥¤¥Ú¡¼¥¸¤ªÆÏ¤±ÀèURL 
    358359 
    359360/* 
Note: See TracChangeset for help on using the changeset viewer.