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

    r12157 r15078  
    1616 
    1717if ($_SESSION['preview'] === "ON") { 
    18     // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     18    // レイアウトデザインを取得 
    1919    $objPage = sfGetPageLayout($objPage, true); 
    2020     
    21     // ²èÌ̤Îɽ¼¨ 
     21    // 画面の表示 
    2222    $objView->assignobj($objPage); 
    2323    $objView->display(SITE_FRAME); 
Note: See TracChangeset for help on using the changeset viewer.