source: temp/trunk/html/contact/complete.php @ 2189

Revision 2189, 495 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
3require_once("../require.php");
4
5class LC_Page {
6    function LC_Page() {
7        $this->tpl_css[1] = '/css/layout/contact/index.css';    // ¥á¥¤¥óCSS¥Ñ¥¹
8        $this->tpl_mainpage = 'contact/complete.tpl';
9        $this->tpl_title .= '¤ªÌ䤤¹ç¤ï¤»(´°Î»¥Ú¡¼¥¸)';
10        $this->tpl_mainno = 'contact';
11    }
12}
13
14$objPage = new LC_Page();
15$objView = new SC_SiteView();
16
17// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
18$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT);
19
20$objView->assignobj($objPage);
21$objView->display(SITE_FRAME);
22
23?>
Note: See TracBrowser for help on using the repository browser.