source: branches/comu/html/mobile/entry/new.php @ 12197

Revision 12197, 579 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 * ¿·µ¬ÅÐÏ¿
9 */
10
11require_once('../require.php');
12
13class LC_Page {
14    function LC_Page() {
15        /** ɬ¤ºÊѹ¹¤¹¤ë **/
16        $this->tpl_mainpage = 'entry/new.tpl';  // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
17    }
18}
19
20$objPage = new LC_Page();
21
22// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
23$objView = new SC_MobileView();
24$objView->assignobj($objPage);
25$objView->display(SITE_FRAME);
26
27//-----------------------------------------------------------------------------------------------------------------------------------
28?>
Note: See TracBrowser for help on using the repository browser.