source: temp/trunk/html/products/top.php @ 1328

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