Revision 10399,
521 bytes
checked in by uehara, 16 years ago
(diff) |
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
Rev | Line | |
---|
[2202] | 1 | <?php |
---|
[3735] | 2 | require_once("###require###"); |
---|
[2202] | 3 | |
---|
| 4 | class LC_Page { |
---|
| 5 | function LC_Page() { |
---|
[3705] | 6 | /** ɬ¤ºÊѹ¹¤¹¤ë **/ |
---|
[10399] | 7 | $this->tpl_css = URL_DIR.'css/layout/contact/index.css'; // ¥á¥¤¥óCSS¥Ñ¥¹ |
---|
[2202] | 8 | } |
---|
| 9 | } |
---|
[3714] | 10 | |
---|
[2202] | 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 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.