source: temp/trunk/html/error.php @ 1328

Revision 1328, 478 bytes checked in by naka, 20 years ago (diff)

* empty log message *

  • 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    var $arrSession;
7    function LC_Page() {
8        $this->tpl_mainpage = 'error.tpl';
9        $this->tpl_title = '¥¨¥é¡¼';
10    }
11}
12
13$conn = new SC_DBConn();
14$objPage = new LC_Page();
15$objView = new SC_SiteView();
16$objQuery = new SC_Query();
17
18$objView->assignobj($objPage);
19$objView->display(MAIN_FRAME);
20
21//-----------------------------------------------------------------------------------------------------------------------------------
22?>
Note: See TracBrowser for help on using the repository browser.