source: temp/trunk/html/__default.php @ 2202

Revision 2202, 543 bytes checked in by kakinaka, 18 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($_SERVER['DOCUMENT_ROOT'] . "require.php");
3
4class LC_Page {
5    function LC_Page() {
6        /** ɬ¤ºÊѹ¹¤¹¤ë **/
7        $this->tpl_css = '/css/layout/contact/index.css';   // ¥á¥¤¥óCSS¥Ñ¥¹
8       
9    }
10}
11$objPage = new LC_Page();
12$objView = new SC_SiteView();
13
14// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
15$objPage = sfGetPageLayout($objPage);
16
17// ²èÌ̤Îɽ¼¨
18 $objView->assignobj($objPage);
19 $objView->display(SITE_FRAME);
20 
21//-----------------------------------------------------------------------------------------------------------------------------------
22
23?>
Note: See TracBrowser for help on using the repository browser.