Ignore:
Timestamp:
2007/03/10 21:35:02 (19 years ago)
Author:
nanasess
Message:

UTF-8 へ変換

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/html/entry/kiyaku.php

    r15 r11729  
    1010    function LC_Page() { 
    1111        $this->tpl_mainpage = 'entry/kiyaku.tpl'; 
    12         $this->tpl_title="¤´ÍøÍѵ¬Ìó"; 
     12        $this->tpl_title="ご利用規約"; 
    1313    } 
    1414} 
     
    1919$objCampaignSess = new SC_CampaignSession(); 
    2020 
    21 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     21// レイアウトデザインを取得 
    2222$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2323 
    24 // µ¬ÌóÆâÍÆ¤Î¼èÆÀ 
     24// 規約内容の取得 
    2525$objQuery = new SC_Query(); 
    2626$objQuery->setorder("rank DESC"); 
     
    3434} 
    3535 
    36 // ¥­¥ã¥ó¥Ú¡¼¥ó¤«¤é¤ÎÁ«°Ü¤¬¥Á¥§¥Ã¥¯ 
     36// キャンペーンからの遷移がチェック 
    3737$objPage->is_campaign = $objCampaignSess->getIsCampaign(); 
    3838$objPage->campaign_dir = $objCampaignSess->getCampaignDir(); 
    3939 
    4040$objView->assignobj($objPage); 
    41 // ¥Õ¥ì¡¼¥à¤òÁªÂò(¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¤«¤éÁ«°Ü¤Ê¤éÊѹ¹) 
     41// フレームを選択(キャンペーンページから遷移なら変更) 
    4242$objCampaignSess->pageView($objView); 
    4343//-------------------------------------------------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.