source: branches/feature-module-update/html/mobile/magazine/complete.php @ 15079

Revision 15079, 661 bytes checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
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.