| Revision 15079,
549 bytes
checked in by nanasess, 19 years ago
(diff) |
|
svn:mime-type application/x-httpd-php; charset=UTF-8 設定
|
-
Property svn:mime-type set to
application/x-httpd-php; charset=UTF-8
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | require_once("###require###"); |
|---|
| 3 | |
|---|
| 4 | class LC_Page { |
|---|
| 5 | function LC_Page() { |
|---|
| 6 | /** 必ず変更する **/ |
|---|
| 7 | $this->tpl_css = URL_DIR.'css/layout/contact/index.css'; // メインCSSパス |
|---|
| 8 | } |
|---|
| 9 | } |
|---|
| 10 | |
|---|
| 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.