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

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