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

Revision 1328, 603 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/privacy/index.css';       // ¥á¥¤¥óCSS¥Ñ¥¹
8        /** ɬ¤º»ØÄꤹ¤ë **/
9        $this->tpl_mainpage = 'privacy/index.tpl';          // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È
10        $this->tpl_title = '¸Ä¿Í¾ðÊó¤Î¼è¤ê°·¤¤¤Ë¤Ä¤¤¤Æ';
11    }
12}
13
14$objPage = new LC_Page();
15$objView = new SC_SiteView();
16$objQuery = new SC_Query();
17
18$objView->assignobj($objPage);
19$objView->display(SITE_FRAME);
20//-----------------------------------------------------------------------------------------------------------------------------------
21?>
Note: See TracBrowser for help on using the repository browser.