Changeset 11866


Ignore:
Timestamp:
2007/03/14 08:47:04 (17 years ago)
Author:
uehara
Message:
 
Location:
branches/dev/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/mobile/products/list.tpl

    r11853 r11866  
    4040<div align="right"> 
    4141<!--{if $i+1<9}--> 
    42 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->" accesskey="<!--{$i+1}-->">¾¦Éʾܺ٤آª</a> 
     42<a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->" accesskey="<!--{$i+1}-->">¾¦Éʾܺ٤آª</a> 
    4343<!--{else}--> 
    44 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->">¾¦Éʾܺ٤آª</a> 
     44<a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->">¾¦Éʾܺ٤آª</a> 
    4545<!--{/if}--> 
    4646</div> 
  • branches/dev/data/conf/mobile.conf

    r11854 r11866  
    8181 
    8282/* URL */ 
    83 define ('MOBILE_URL_SITE_TOP', MOBILE_URL_DIR . 'index.php'); 
    84 define ("MOBILE_URL_CART_TOP", MOBILE_URL_DIR . "cart/index.php");              // ¥«¡¼¥È¥È¥Ã¥× 
    85 define ("MOBILE_URL_SHOP_TOP", MOBILE_SSL_URL . "shopping/index.php");          // ²ñ°÷¾ðÊóÆþÎÏ 
    86 define ("MOBILE_URL_SHOP_CONFIRM", MOBILE_URL_DIR . "shopping/confirm.php");    // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 
    87 define ("MOBILE_URL_SHOP_PAYMENT", MOBILE_URL_DIR . "shopping/payment.php");    // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 
     83define ('MOBILE_URL_SITE_TOP', MOBILE_URL_DIR . 'index.php');                               // ¥µ¥¤¥È¥È¥Ã¥× 
     84define ("MOBILE_URL_CART_TOP", MOBILE_URL_DIR . "cart/index.php");                          // ¥«¡¼¥È¥È¥Ã¥× 
     85define ("MOBILE_URL_SHOP_TOP", MOBILE_SSL_URL . "shopping/index.php");                      // ²ñ°÷¾ðÊóÆþÎÏ 
     86define ("MOBILE_URL_SHOP_CONFIRM", MOBILE_URL_DIR . "shopping/confirm.php");                // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 
     87define ("MOBILE_URL_SHOP_PAYMENT", MOBILE_URL_DIR . "shopping/payment.php");                // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 
     88define ("MOBILE_DETAIL_P_HTML", MOBILE_URL_DIR . "products/detail.php?product_id=");        // ¾¦ÉʾܺÙ(HTML½ÐÎÏ) 
     89 
    8890//-------------------------------------------------------------------------------------------------------- 
    8991// conf.php ¤«¤é»Ä¤ê¤ÎÀßÄê¤òÆɤ߹þ¤à¡£ 
Note: See TracChangeset for help on using the changeset viewer.