| Line | |
|---|
| 1 | <?php
|
|---|
| 2 | /*
|
|---|
| 3 | * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
|
|---|
| 4 | *
|
|---|
| 5 | * http://www.lockon.co.jp/
|
|---|
| 6 | */
|
|---|
| 7 | require_once("../../require.php");
|
|---|
| 8 |
|
|---|
| 9 | class LC_Page {
|
|---|
| 10 |
|
|---|
| 11 | function LC_Page() {
|
|---|
| 12 | $this->tpl_mainpage = 'design/upload.tpl';
|
|---|
| 13 | $this->tpl_subnavi = 'design/subnavi.tpl';
|
|---|
| 14 | $this->tpl_subno = 'template';
|
|---|
| 15 | $this->tpl_subno_template = 'upload';
|
|---|
| 16 | $this->tpl_mainno = "design";
|
|---|
| 17 | $this->tpl_subtitle = '¥¢¥Ã¥×¥í¡¼¥É';
|
|---|
| 18 | }
|
|---|
| 19 | }
|
|---|
| 20 |
|
|---|
| 21 | $objPage = new LC_Page();
|
|---|
| 22 | $objView = new SC_AdminView();
|
|---|
| 23 | $objSess = new SC_Session();
|
|---|
| 24 |
|
|---|
| 25 | // ǧ¾Ú²ÄÈݤÎȽÄê
|
|---|
| 26 | $objSess = new SC_Session();
|
|---|
| 27 | sfIsSuccess($objSess);
|
|---|
| 28 |
|
|---|
| 29 | // ²èÌ̤Îɽ¼¨
|
|---|
| 30 | $objView->assignobj($objPage);
|
|---|
| 31 | $objView->display(MAIN_FRAME);
|
|---|
| 32 |
|
|---|
| 33 | //---------------------------------------------------------------------------------------------------------------------------------------------------------
|
|---|
Note: See
TracBrowser
for help on using the repository browser.