source: branches/comu/html/mobile/magazine/complete.php @ 11982

Revision 11982, 601 bytes checked in by uehara, 17 years ago (diff)
  • 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        $this->tpl_mainpage = 'magazine/complete.tpl';      // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
14        $this->tpl_title .= '¥á¥ë¥Þ¥¬ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';         //¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë
15    }
16}
17
18$objPage = new LC_Page();
19$objView = new SC_MobileView();
20
21//----¡¡¥Ú¡¼¥¸É½¼¨
22$objView->assignobj($objPage);
23$objView->display(SITE_FRAME);
24
25//----------------------------------------------------------------------------------------------------------------------
26?>
Note: See TracBrowser for help on using the repository browser.