Changeset 11412


Ignore:
Timestamp:
2007/02/08 14:37:01 (17 years ago)
Author:
rebelt
Message:

修正です。

Location:
temp/branches/mobile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/mobile/data/Smarty/templates/mobile/regist/complete.tpl

    r11409 r11412  
    1818<br> 
    1919 
     20<!--{if !$tpl_cart_empty}--> 
     21<a href="<!--{$smarty.const.URL_DIR}-->shopping/deliv.php">¤´Ãíʸ¼ê³¤­¤Ø¿Ê¤à</a><br> 
     22<!--{/if}--> 
     23 
    2024<a href="<!--{$smarty.const.URL_SITE_TOP}-->">TOP¥Ú¡¼¥¸¤ËÌá¤ë</a><br> 
    2125 
  • temp/branches/mobile/html/mobile/regist/complete.php

    r11409 r11412  
    1919$objView = new SC_SiteView(); 
    2020 
     21// ¥«¡¼¥È¤¬¶õ¤«¤É¤¦¤«¤ò³Îǧ¤¹¤ë¡£ 
     22$objCartSess = new SC_CartSession("", false); 
     23$objPage->tpl_cart_empty = count($objCartSess->getCartList()) < 1; 
     24 
    2125// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
    2226$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
Note: See TracChangeset for help on using the changeset viewer.