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

UTF-8 へ変換

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/html/faq/index.php

    r15 r11729  
    99class LC_Page { 
    1010    function LC_Page() { 
    11         /** ɬ¤º»ØÄꤹ¤ë **/ 
    12         $this->tpl_css = URL_DIR.'css/layout/faq/index.css';    // ¥á¥¤¥óCSS¥Ñ¥¹ 
    13         /** ɬ¤º»ØÄꤹ¤ë **/ 
    14         $this->tpl_mainpage = 'faq/index.tpl';          // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
     11        /** 必ず指定する **/ 
     12        $this->tpl_css = URL_DIR.'css/layout/faq/index.css';    // メインCSSパス 
     13        /** 必ず指定する **/ 
     14        $this->tpl_mainpage = 'faq/index.tpl';          // メインテンプレート 
    1515        $this->tpl_page_category = 'faq';                
    16         $this->tpl_title = '¤è¤¯¤¢¤ë¼ÁÌä'; 
     16        $this->tpl_title = 'よくある質問'; 
    1717    } 
    1818} 
Note: See TracChangeset for help on using the changeset viewer.