Revision 10399,
747 bytes
checked in by uehara, 17 years ago
(diff) |
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
Rev | Line | |
---|
[1328] | 1 | <?php |
---|
[5922] | 2 | /* |
---|
[5934] | 3 | * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved. |
---|
[5922] | 4 | * |
---|
| 5 | * http://www.lockon.co.jp/ |
---|
| 6 | */ |
---|
[1328] | 7 | require_once("../require.php"); |
---|
| 8 | |
---|
| 9 | class LC_Page { |
---|
| 10 | function LC_Page() { |
---|
[10399] | 11 | $this->tpl_css = URL_DIR.'css/layout/entry/complete.css'; // ¥á¥¤¥óCSS¥Ñ¥¹ |
---|
[1328] | 12 | $this->tpl_mainpage = 'entry/complete.tpl'; // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È |
---|
| 13 | $this->tpl_title .= '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)'; //¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë |
---|
| 14 | } |
---|
| 15 | } |
---|
| 16 | |
---|
| 17 | $objPage = new LC_Page(); |
---|
| 18 | $objView = new SC_SiteView(); |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ |
---|
| 22 | $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); |
---|
| 23 | |
---|
| 24 | //----¡¡¥Ú¡¼¥¸É½¼¨ |
---|
| 25 | $objView->assignobj($objPage); |
---|
| 26 | $objView->display(SITE_FRAME); |
---|
| 27 | |
---|
| 28 | //---------------------------------------------------------------------------------------------------------------------- |
---|
| 29 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.