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

Revision 1328, 592 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/faq/index.css';   // ¥á¥¤¥óCSS¥Ñ¥¹
8        /** ɬ¤º»ØÄꤹ¤ë **/
9        $this->tpl_mainpage = 'faq/index.tpl';          // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
10        $this->tpl_page_category = 'faq';               
11        $this->tpl_title = '¤è¤¯¤¢¤ë¼ÁÌä';
12    }
13}
14
15$objPage = new LC_Page();
16$objView = new SC_SiteView();
17
18$objView->assignobj($objPage);
19$objView->display(SITE_FRAME);
20//-----------------------------------------------------------------------------------------------------------------------------------
21?>
Note: See TracBrowser for help on using the repository browser.