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/entry/kiyaku.php

    r12157 r15078  
    1010    function LC_Page() { 
    1111        $this->tpl_mainpage = 'entry/kiyaku.tpl'; 
    12         $this->tpl_title="¤´ÍøÍѵ¬Ìó"; 
     12        $this->tpl_title="ご利用規約"; 
    1313    } 
    1414} 
     
    2121$next = $offset; 
    2222 
    23 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     23// レイアウトデザインを取得 
    2424$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2525 
    26 // µ¬ÌóÆâÍƤμèÆÀ 
     26// 規約内容の取得 
    2727$objQuery = new SC_Query(); 
    2828$count = $objQuery->count("dtb_kiyaku", "del_flg <> 1"); 
Note: See TracChangeset for help on using the changeset viewer.