source: temp/trunk/html/answer/index.php @ 1328

Revision 1328, 529 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
2require_once("../require.php");
3
4class LC_Page {
5    function LC_Page() {
6        /** ɬ¤º»ØÄꤹ¤ë **/
7        $this->tpl_css = '/css/layout/answer/index.css';    // ¥á¥¤¥óCSS¥Ñ¥¹
8        /** ɬ¤º»ØÄꤹ¤ë **/
9        $this->tpl_mainpage = 'answer/index.tpl';           // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
10    }
11}
12
13$objPage = new LC_Page();
14$objView = new SC_SiteView();
15
16$objView->assignobj($objPage);
17$objView->display('answer/index.tpl');
18//-----------------------------------------------------------------------------------------------------------------------------------
19?>
Note: See TracBrowser for help on using the repository browser.