source: temp/trunk/html/__default.php @ 3716

Revision 3716, 589 bytes checked in by kakinaka, 20 years ago (diff)

blank

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2$PHP_DIR = realpath(dirname( __FILE__));
3require_once($PHP_DIR . "require.php");
4
5class LC_Page {
6    function LC_Page() {
7        /** ɬ¤ºÊѹ¹¤¹¤ë **/
8        $this->tpl_css = '/css/layout/contact/index.css';   // ¥á¥¤¥óCSS¥Ñ¥¹
9       
10    }
11}
12
13
14sfprintr($PHP_DIR);
15
16
17$objPage = new LC_Page();
18$objView = new SC_SiteView();
19
20// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
21$objPage = sfGetPageLayout($objPage);
22
23// ²èÌ̤Îɽ¼¨
24 $objView->assignobj($objPage);
25 $objView->display(SITE_FRAME);
26//-----------------------------------------------------------------------------------------------------------------------------------
27
28?>
Note: See TracBrowser for help on using the repository browser.