source:
temp/trunk/html/admin/index.php
@
1328
| Revision 1328, 242 bytes checked in by naka, 20 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?php |
| 2 | require_once("./require.php"); |
| 3 | |
| 4 | class LC_Page { |
| 5 | function LC_Page() { |
| 6 | $this->tpl_mainpage = 'login.tpl'; |
| 7 | } |
| 8 | } |
| 9 | |
| 10 | $objPage = new LC_Page(); |
| 11 | $objView = new SC_AdminView(); |
| 12 | $objView->assignobj($objPage); |
| 13 | $objView->display(LOGIN_FRAME); |
| 14 | ?> |
Note: See TracBrowser
for help on using the repository browser.
