tpl_mainpage = 'regist/complete.tpl'; $this->tpl_css = '/css/layout/regist/complete.css'; $this->tpl_title = '会員登録(完了ページ)'; } } $objPage = new LC_Page(); $objView = new SC_MobileView(); // カートが空かどうかを確認する。 $objCartSess = new SC_CartSession("", false); $objPage->tpl_cart_empty = count($objCartSess->getCartList()) < 1; // レイアウトデザインを取得 $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); $objView->assignobj($objPage); $objView->display(SITE_FRAME); ?>