source: branches/comu/html/mobile/unsupported/index.php @ 12197

Revision 12197, 699 bytes checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

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