source: temp/trunk/html/regist/complete.php @ 2185

Revision 2185, 436 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
2
3require_once("../require.php");
4
5class 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
16// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
17$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT);
18
19$objView->assignobj($objPage);
20$objView->display(SITE_FRAME);
21
22?>
Note: See TracBrowser for help on using the repository browser.