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/__default.php

    r12157 r15078  
    44class LC_Page { 
    55    function LC_Page() { 
    6         /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
    7         $this->tpl_css = URL_DIR.'css/layout/contact/index.css';    // ¥á¥¤¥óCSS¥Ñ¥¹         
     6        /** 必ず変更する **/ 
     7        $this->tpl_css = URL_DIR.'css/layout/contact/index.css';    // メインCSSパス      
    88    } 
    99} 
     
    1212$objView = new SC_SiteView(); 
    1313 
    14 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     14// レイアウトデザインを取得 
    1515$objPage = sfGetPageLayout($objPage); 
    1616 
    17 // ²èÌ̤Îɽ¼¨ 
     17// 画面の表示 
    1818 $objView->assignobj($objPage); 
    1919 $objView->display(SITE_FRAME); 
Note: See TracChangeset for help on using the changeset viewer.