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

Revision 3704, 569 bytes checked in by kakinaka, 20 years ago (diff)

blank

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2phpinfo();
3/*
4require_once($_SERVER['DOCUMENT_ROOT'] . "require.php");
5
6class LC_Page {
7    function LC_Page() {
8        /** ɬ¤ºÊѹ¹¤¹¤ë **
9        $this->tpl_css = '/css/layout/contact/index.css';   // ¥á¥¤¥óCSS¥Ñ¥¹
10       
11    }
12}
13$objPage = new LC_Page();
14$objView = new SC_SiteView();
15
16phpinfo();
17// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
18$objPage = sfGetPageLayout($objPage);
19
20// ²èÌ̤Îɽ¼¨
21 $objView->assignobj($objPage);
22 $objView->display(SITE_FRAME);
23 */
24//-----------------------------------------------------------------------------------------------------------------------------------
25
26?>
Note: See TracBrowser for help on using the repository browser.