| Revision 1328,
510 bytes
checked in by naka, 20 years ago
(diff) |
|
* empty log message *
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | require_once("../require.php"); |
|---|
| 4 | |
|---|
| 5 | class LC_Page{ |
|---|
| 6 | function LC_Page(){ |
|---|
| 7 | $this->tpl_mainpage = 'regist/complete.tpl'; |
|---|
| 8 | $this->tpl_css = '/css/layout/regist/complete.css'; |
|---|
| 9 | $this->tpl_title = '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)'; |
|---|
| 10 | } |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | $objPage = new LC_Page(); |
|---|
| 14 | $objView = new SC_SiteView(); |
|---|
| 15 | $objSiteInfo = new SC_SiteInfo(); |
|---|
| 16 | $objPage->arrInfo = $objSiteInfo->data; |
|---|
| 17 | |
|---|
| 18 | // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ |
|---|
| 19 | $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); |
|---|
| 20 | |
|---|
| 21 | $objView->assignobj($objPage); |
|---|
| 22 | $objView->display(SITE_FRAME); |
|---|
| 23 | |
|---|
| 24 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.