- Timestamp:
- 2006/11/15 20:39:06 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/Smarty/templates/entry/index.tpl (modified) (previous)
-
data/downloads/module/mdl_epsilon/mdl_epsilon.inc (modified) (1 diff)
-
html/entry/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
r8323 r8330 1 1 <?php 2 2 /** 3 * 4 * @copyright 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 5 * @version CVS: $Id$ 6 * @link http://www.lockon.co.jp/ 7 * 8 */ 3 9 //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 4 10 $arrConvenience = array( -
temp/trunk/html/entry/index.php
r5934 r8330 119 119 $objPage->tpl_mainpage = 'entry/complete.tpl'; 120 120 $objPage->tpl_title = '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)'; 121 121 122 122 //¡¡²¾ÅÐÏ¿´°Î»¥á¡¼¥ëÁ÷¿® 123 123 $objPage->CONF = $CONF; … … 142 142 // °¸Àè¤ÎÀßÄê 143 143 $name = $_POST["name01"] . $_POST["name02"] ." ÍÍ"; 144 $objMail->setTo($_POST["email"], $name); 144 $objMail->setTo($_POST["email"], $name); 145 145 $objMail->sendMail(); 146 146 147 147 // ´°Î»¥Ú¡¼¥¸¤Ë°Üư¤µ¤»¤ë¡£ 148 148 header("Location: ./complete.php");
Note: See TracChangeset
for help on using the changeset viewer.
