Ignore:
Timestamp:
2007/03/10 21:35:02 (19 years ago)
Author:
nanasess
Message:

UTF-8 へ変換

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/html/__default.php

    r5 r11729  
    44class LC_Page { 
    55    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パス      
    88    } 
    99} 
     
    1212$objView = new SC_SiteView(); 
    1313 
    14 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     14// レイアウトデザインを取得 
    1515$objPage = sfGetPageLayout($objPage); 
    1616 
    17 // ²èÌ̤Îɽ¼¨ 
     17// 画面の表示 
    1818 $objView->assignobj($objPage); 
    1919 $objView->display(SITE_FRAME); 
Note: See TracChangeset for help on using the changeset viewer.