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