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

    r12157 r15078  
    1111class LC_Page { 
    1212    function LC_Page() { 
    13         $this->tpl_css = '/css/layout/contact/index.css';   // ¥á¥¤¥óCSS¥Ñ¥¹ 
     13        $this->tpl_css = '/css/layout/contact/index.css';   // メインCSSパス 
    1414        $this->tpl_mainpage = 'contact/index.tpl'; 
    15         $this->tpl_title = '¤ªÌ䤤¹ç¤ï¤»(ÆþÎÏ¥Ú¡¼¥¸)'; 
     15        $this->tpl_title = 'お問い合わせ(入力ページ)'; 
    1616        $this->tpl_page_category = 'contact'; 
    1717        global $arrPref; 
     
    2323$objPage = new LC_Page(); 
    2424$objView = new SC_MobileView(); 
    25 $CONF = sf_getBasisData();          // ŹÊÞ´ðËܾðÊó 
     25$CONF = sf_getBasisData();          // 店舗基本情報 
    2626 
    27 //----¡¡¥Ú¡¼¥¸É½¼¨ 
     27//---- ページ表示 
    2828$objView->assignobj($objPage); 
    2929$objView->assignarray($CONF); 
Note: See TracChangeset for help on using the changeset viewer.