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/guide/about.php

    r12157 r15078  
    66 * http://www.lockon.co.jp/ 
    77 *  
    8  * ¥â¥Ð¥¤¥ë¥µ¥¤¥È/±¿±Ä²ñ¼Ò¾Ò²ð 
     8 * モバイルサイト/運営会社紹介 
    99 */ 
    1010 
     
    1313class LC_Page { 
    1414    function LC_Page() { 
    15         /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
    16         $this->tpl_mainpage = 'guide/about.tpl';    // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
    17         $this->tpl_title = '¥×¥é¥¤¥Ð¥·¡¼¥Ý¥ê¥·¡¼'; 
     15        /** 必ず変更する **/ 
     16        $this->tpl_mainpage = 'guide/about.tpl';    // メインテンプレート 
     17        $this->tpl_title = 'プライバシーポリシー'; 
    1818    } 
    1919} 
     
    2121$objPage = new LC_Page(); 
    2222 
    23 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     23// レイアウトデザインを取得 
    2424$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2525 
Note: See TracChangeset for help on using the changeset viewer.