Changeset 6147 for temp/trunk/data/conf


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

* empty log message *

File:
1 edited

Legend:

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

    r6146 r6147  
    283283/* URL */ 
    284284define ("URL_SHOP_TOP", SSL_URL . "shopping/index.php");            // ²ñ°÷¾ðÊóÆþÎÏ 
    285 define ("URL_SITE_TOP", URL_DIR . "index.php");                 // ¥µ¥¤¥È¥È¥Ã¥× 
     285define ("URL_SITE_TOP", URL_DIR . "index.php");                     // ¥µ¥¤¥È¥È¥Ã¥× 
    286286define ("URL_CART_TOP", URL_DIR . "cart/index.php");                // ¥«¡¼¥È¥È¥Ã¥× 
    287 define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php");  // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 
    288 define ("URL_SHOP_PAYMENT", URL_DIR . "shopping/payment.php");  // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 
     287define ("URL_MYPAGE_TOP", SSL_URL . "mypage/login.php");            // My¥Ú¡¼¥¸¥È¥Ã¥× 
     288define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php");      // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 
     289define ("URL_SHOP_PAYMENT", URL_DIR . "shopping/payment.php");      // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 
    289290define ("URL_SHOP_COMPLETE", URL_DIR . "shopping/complete.php");    // ¹ØÆþ´°Î»²èÌÌ 
    290 define ("URL_SHOP_CREDIT", URL_DIR . "shopping/card.php");      // ¥«¡¼¥É·èºÑ²èÌÌ 
     291define ("URL_SHOP_CREDIT", URL_DIR . "shopping/card.php");          // ¥«¡¼¥É·èºÑ²èÌÌ 
    291292define ("URL_SHOP_LOAN", URL_DIR . "shopping/loan.php");            // ¥í¡¼¥ó·èºÑ²èÌÌ 
    292293define ("URL_SHOP_CONVENIENCE", URL_DIR . "shopping/convenience.php");  // ¥³¥ó¥Ó¥Ë·èºÑ²èÌÌ 
    293 define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php");      // ¾¦Éʥȥåנ
    294 define ("LIST_P_HTML", URL_DIR . "products/list-p");                // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 
    295 define ("LIST_C_HTML", URL_DIR . "products/list.php?mode=search&category_id=");             // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 
     294define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php");              // ¾¦Éʥȥåנ
     295define ("LIST_P_HTML", URL_DIR . "products/list-p");                    // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 
     296define ("LIST_C_HTML", URL_DIR . "products/list.php?mode=search&category_id="); // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 
    296297define ("DETAIL_P_HTML", URL_DIR . "products/detail.php?product_id=");          // ¾¦ÉʾܺÙ(HTML½ÐÎÏ) 
    297298 
Note: See TracChangeset for help on using the changeset viewer.