source:
temp/test-xoops.ec-cube.net/html/test/kakinaka/list.php
@
1174
| Revision 1174, 269 bytes checked in by kakinaka, 20 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | require_once("../../require.php"); |
| 4 | |
| 5 | //---- ¥Ú¡¼¥¸É½¼¨ÍÑ¥¯¥é¥¹ |
| 6 | class LC_Page { |
| 7 | function LC_Page() { |
| 8 | $this->tpl_mainpage = 'list.tpl'; |
| 9 | } |
| 10 | } |
| 11 | $objPage = new LC_Page(); |
| 12 | |
| 13 | $objView = new SC_SiteView(); |
| 14 | |
| 15 | $objView->display($objPage->tpl_mainpage) |
| 16 | |
| 17 | ?> |
Note: See TracBrowser
for help on using the repository browser.
