Revision 10399,
700 bytes
checked in by uehara, 16 years ago
(diff) |
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved. |
---|
4 | * |
---|
5 | * http://www.lockon.co.jp/ |
---|
6 | */ |
---|
7 | require_once("../require.php"); |
---|
8 | |
---|
9 | class LC_Page { |
---|
10 | function LC_Page() { |
---|
11 | /** ɬ¤º»ØÄꤹ¤ë **/ |
---|
12 | $this->tpl_css = URL_DIR.'css/layout/faq/index.css'; // ¥á¥¤¥óCSS¥Ñ¥¹ |
---|
13 | /** ɬ¤º»ØÄꤹ¤ë **/ |
---|
14 | $this->tpl_mainpage = 'faq/index.tpl'; // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È |
---|
15 | $this->tpl_page_category = 'faq'; |
---|
16 | $this->tpl_title = '¤è¤¯¤¢¤ë¼ÁÌä'; |
---|
17 | } |
---|
18 | } |
---|
19 | |
---|
20 | $objPage = new LC_Page(); |
---|
21 | $objView = new SC_SiteView(); |
---|
22 | |
---|
23 | $objView->assignobj($objPage); |
---|
24 | $objView->display(SITE_FRAME); |
---|
25 | //----------------------------------------------------------------------------------------------------------------------------------- |
---|
26 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.