Ignore:
Timestamp:
2011/01/18 21:41:26 (13 years ago)
Author:
kotani
Message:

#748 モバイル/スマートフォンのデザイン管理機能:モバイルデザイン対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_Complete.php

    r19852 r19961  
    3030 * @package Page 
    3131 * @author LOCKON CO.,LTD. 
    32  * @version $Id:LC_Page_Entry_Complete.php 15532 2007-08-31 14:39:46Z nanasess $ 
     32 * @version $Id$ 
    3333 */ 
    3434class LC_Page_Entry_Complete extends LC_Page { 
     
    4444    function init() { 
    4545        parent::init(); 
     46         
     47        // カートが空かどうかを確認する。 
     48        $objCartSess = new SC_CartSession(); 
     49        $this->tpl_cart_empty = count($objCartSess->getCartList()) < 1; 
    4650 
    4751        // メインテンプレートを設定 
Note: See TracChangeset for help on using the changeset viewer.