source: branches/dev/html/mobile/unsupported/index.php @ 11460

Revision 11460, 587 bytes checked in by inoue, 17 years ago (diff)

モバイル版EC-CUBE

  • Property svn:eol-style set to native
Line 
1<?php
2require_once("../require.php");
3
4class LC_Page {
5    function LC_Page() {
6        /** ɬ¤º»ØÄꤹ¤ë **/
7        $this->tpl_css = '';            // ¥á¥¤¥óCSS¥Ñ¥¹
8        /** ɬ¤º»ØÄꤹ¤ë **/
9        // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
10        $this->tpl_mainpage = 'unsupported/index.tpl';
11    }
12}
13
14$objPage = new LC_Page();
15$objView = new SC_SiteView();
16
17// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
18$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT);
19
20$objView->assignobj($objPage);
21$objView->display(SITE_FRAME);
22
23//-----------------------------------------------------------------------------------------------------------------------------------
24?>
Note: See TracBrowser for help on using the repository browser.