Ignore:
Timestamp:
2007/07/20 15:58:59 (19 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/products/search.php

    r12157 r15078  
    77 *  
    88 * 
    9  * ¥â¥Ð¥¤¥ë¥µ¥¤¥È/¾¦Éʸ¡º÷¥Õ¥©¡¼¥à 
     9 * モバイルサイト/商品検索フォーム 
    1010 */ 
    1111 
     
    1414class LC_Page { 
    1515    function LC_Page() { 
    16         /** ɬ¤º»ØÄꤹ¤ë **/ 
    17         $this->tpl_mainpage = 'products/search.tpl';            // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
    18         $this->tpl_title = '¾¦Éʸ¡º÷'; 
     16        /** 必ず指定する **/ 
     17        $this->tpl_mainpage = 'products/search.tpl';            // メインテンプレート 
     18        $this->tpl_title = '商品検索'; 
    1919    } 
    2020} 
     
    2323$objView = new SC_MobileView(); 
    2424 
    25 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     25// レイアウトデザインを取得 
    2626$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2727 
Note: See TracChangeset for help on using the changeset viewer.