| Revision 8,
745 bytes
checked in by root, 20 years ago
(diff) |
|
new import
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | require_once("../../require.php"); |
|---|
| 4 | |
|---|
| 5 | $objView = new SC_UserView("./templates/"); |
|---|
| 6 | $objImage = new SC_Image(IMAGE_TEMP_DIR); |
|---|
| 7 | |
|---|
| 8 | //---- ¥Ú¡¼¥¸É½¼¨ÍÑ¥¯¥é¥¹ |
|---|
| 9 | class LC_Page { |
|---|
| 10 | function LC_Page() { |
|---|
| 11 | $this->tpl_mainpage = 'customer/release_set.tpl'; |
|---|
| 12 | $this->tpl_mainno = 'release_set'; |
|---|
| 13 | $this->tpl_subnavi = 'customer/subnavi.tpl'; |
|---|
| 14 | $this->tpl_subno = 'release_set'; |
|---|
| 15 | |
|---|
| 16 | global $arrRelease; |
|---|
| 17 | $this->arrRelease = $arrRelease; |
|---|
| 18 | } |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | exit(); |
|---|
| 22 | |
|---|
| 23 | //---- ¥Ú¡¼¥¸É½¼¨ÍÑ¥¯¥é¥¹ |
|---|
| 24 | class LC_Page { |
|---|
| 25 | function LC_Page() { |
|---|
| 26 | $this->tpl_mainpage = 'customer/release_set.tpl'; |
|---|
| 27 | $this->tpl_mainno = 'release_set'; |
|---|
| 28 | $this->tpl_subnavi = 'customer/subnavi.tpl'; |
|---|
| 29 | $this->tpl_subno = 'release_set'; |
|---|
| 30 | |
|---|
| 31 | global $arrRelease; |
|---|
| 32 | $this->arrRelease = $arrRelease; |
|---|
| 33 | } |
|---|
| 34 | } |
|---|
| 35 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.