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/magazine/complete.php

    r12157 r15078  
    1111class LC_Page { 
    1212    function LC_Page() { 
    13         $this->tpl_mainpage = 'magazine/complete.tpl';      // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
    14         $this->tpl_title .= '¥á¥ë¥Þ¥¬ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';         //¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë 
     13        $this->tpl_mainpage = 'magazine/complete.tpl';      // メインテンプレート 
     14        $this->tpl_title .= 'メルマガ登録(完了ページ)';            // ページタイトル 
    1515    } 
    1616} 
     
    1919$objView = new SC_MobileView(); 
    2020 
    21 //----¡¡¥Ú¡¼¥¸É½¼¨ 
     21//---- ページ表示 
    2222$objView->assignobj($objPage); 
    2323$objView->display(SITE_FRAME); 
Note: See TracChangeset for help on using the changeset viewer.