Changeset 11729 for branches/comu/html/__default.php
- Timestamp:
- 2007/03/10 21:35:02 (19 years ago)
- File:
-
- 1 edited
-
branches/comu/html/__default.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu/html/__default.php
r5 r11729 4 4 class LC_Page { 5 5 function LC_Page() { 6 /** ɬ¤ºÊѹ¹¤¹¤ë**/7 $this->tpl_css = URL_DIR.'css/layout/contact/index.css'; // ¥á¥¤¥óCSS¥Ñ¥¹6 /** 必ず変更する **/ 7 $this->tpl_css = URL_DIR.'css/layout/contact/index.css'; // メインCSSパス 8 8 } 9 9 } … … 12 12 $objView = new SC_SiteView(); 13 13 14 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ14 // レイアウトデザインを取得 15 15 $objPage = sfGetPageLayout($objPage); 16 16 17 // ²èÌ̤Îɽ¼¨17 // 画面の表示 18 18 $objView->assignobj($objPage); 19 19 $objView->display(SITE_FRAME);
Note: See TracChangeset
for help on using the changeset viewer.
