source: temp/trunk/html/entry/complete.php @ 2192

Revision 2192, 639 bytes checked in by kakinaka, 20 years ago (diff)

blank

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2require_once("../require.php");
3
4class LC_Page {
5    function LC_Page() {
6        $this->tpl_css = '/css/layout/entry/complete.css';  // ¥á¥¤¥óCSS¥Ñ¥¹
7        $this->tpl_mainpage = 'entry/complete.tpl';         // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
8        $this->tpl_title .= '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';         //¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë
9    }
10}
11
12$objPage = new LC_Page();
13$objView = new SC_SiteView();
14
15
16// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
17$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT);
18
19//----¡¡¥Ú¡¼¥¸É½¼¨
20$objView->assignobj($objPage);
21$objView->display(SITE_FRAME);
22
23//----------------------------------------------------------------------------------------------------------------------
24?>
Note: See TracBrowser for help on using the repository browser.