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