Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/fax/index.php

    r12157 r15078  
    99class LC_Page { 
    1010    function LC_Page() { 
    11         /** ɬ¤º»ØÄꤹ¤ë **/ 
    12         $this->tpl_css = URL_DIR.'css/layout/fax/index.css';    // ¥á¥¤¥óCSS¥Ñ¥¹ 
    13         /** ɬ¤º»ØÄꤹ¤ë **/ 
    14         $this->tpl_mainpage = 'fax/index.tpl';          // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
     11        /** 必ず指定する **/ 
     12        $this->tpl_css = URL_DIR.'css/layout/fax/index.css';    // メインCSSパス 
     13        /** 必ず指定する **/ 
     14        $this->tpl_mainpage = 'fax/index.tpl';          // メインテンプレート 
    1515        $this->tpl_page_category = 'fax';                
    16         $this->tpl_title = 'FAXÃíʸ¤Ë¤Ä¤¤¤Æ'; 
     16        $this->tpl_title = 'FAX注文について'; 
    1717    } 
    1818} 
Note: See TracChangeset for help on using the changeset viewer.