Ignore:
Timestamp:
2007/03/11 06:27:25 (17 years ago)
Author:
nanasess
Message:

r11729 の変更を取消

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/html/order/index.php

    r11729 r11730  
    1010class LC_Page { 
    1111    function LC_Page() { 
    12         /** 必ず指定する **/ 
    13         $this->tpl_css = URL_DIR.'css/layout/order/index.css';      // メインCSSパス 
    14         /** 必ず指定する **/ 
    15         $this->tpl_mainpage = 'order/index.tpl';            // メインテンプレート 
     12        /** ɬ¤º»ØÄꤹ¤ë **/ 
     13        $this->tpl_css = URL_DIR.'css/layout/order/index.css';      // ¥á¥¤¥óCSS¥Ñ¥¹ 
     14        /** ɬ¤º»ØÄꤹ¤ë **/ 
     15        $this->tpl_mainpage = 'order/index.tpl';            // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
    1616        $this->tpl_page_category = 'order';  
    17         $this->tpl_title = '特定商取引法に関する法律'; 
     17        $this->tpl_title = 'ÆÃÄ꾦¼è°úË¡¤Ë´Ø¤¹¤ëˡΧ'; 
    1818    } 
    1919} 
     
    2323$objQuery = new SC_Query(); 
    2424 
    25 // レイアウトデザインを取得 
     25// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
    2626$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2727 
Note: See TracChangeset for help on using the changeset viewer.