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/mobile/unsupported/index.php

    r12157 r15078  
    1111class LC_Page { 
    1212    function LC_Page() { 
    13         /** ɬ¤º»ØÄꤹ¤ë **/ 
    14         $this->tpl_css = '';            // ¥á¥¤¥óCSS¥Ñ¥¹ 
    15         /** ɬ¤º»ØÄꤹ¤ë **/ 
    16         // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
     13        /** 必ず指定する **/ 
     14        $this->tpl_css = '';            // メインCSSパス 
     15        /** 必ず指定する **/ 
     16        // メインテンプレート 
    1717        $this->tpl_mainpage = 'unsupported/index.tpl'; 
    1818    } 
     
    2222$objView = new SC_MobileView(); 
    2323 
    24 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     24// レイアウトデザインを取得 
    2525$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2626 
Note: See TracChangeset for help on using the changeset viewer.