source: temp/branches/mobile/html/contact/complete.php @ 10399

Revision 10399, 602 bytes checked in by uehara, 16 years ago (diff)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2/*
3 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7require_once("../require.php");
8
9class LC_Page {
10    function LC_Page() {
11        $this->tpl_css[1] = URL_DIR.'css/layout/contact/index.css'; // ¥á¥¤¥óCSS¥Ñ¥¹
12        $this->tpl_mainpage = 'contact/complete.tpl';
13        $this->tpl_title .= '¤ªÌ䤤¹ç¤ï¤»(´°Î»¥Ú¡¼¥¸)';
14        $this->tpl_mainno = 'contact';
15    }
16}
17
18$objPage = new LC_Page();
19$objView = new SC_SiteView();
20
21// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
22$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT);
23
24$objView->assignobj($objPage);
25$objView->display(SITE_FRAME);
26
27?>
Note: See TracBrowser for help on using the repository browser.