따옴표 부분 수정

This commit is contained in:
chicpro
2013-01-21 11:13:06 +09:00
parent 31e61f0f10
commit 926281afa4
4 changed files with 23 additions and 23 deletions

View File

@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?> ?>
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>"> <meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title>회원가입 축하 메일</title> <title>회원가입 축하 메일</title>
</head> </head>
@ -39,9 +39,9 @@ body, th, td, form, input, select, text, textarea, caption { font-size: 12px; fo
<tr><td height="150"> <tr><td height="150">
<b><?=$mb_name?></b> 님의 회원가입을 진심으로 축하합니다. <b><?=$mb_name?></b> 님의 회원가입을 진심으로 축하합니다.
<? if ($config[cf_use_email_certify]) { ?> <? if ($config['cf_use_email_certify']) { ?>
<p>아래의 주소를 클릭하시면 회원가입이 완료됩니다. <p>아래의 주소를 클릭하시면 회원가입이 완료됩니다.
<p><a href='<?=$certify_href?>'><b><?=$certify_href?></b></a> <p><a href="<?=$certify_href?>"><b><?=$certify_href?></b></a>
<? } ?> <? } ?>
<p>회원님의 성원에 보답하고자 더욱 더 열심히 하겠습니다. <p>회원님의 성원에 보답하고자 더욱 더 열심히 하겠습니다.
@ -55,7 +55,7 @@ body, th, td, form, input, select, text, textarea, caption { font-size: 12px; fo
<td height="2" bgcolor="#E0E0E0" align="center"></td> <td height="2" bgcolor="#E0E0E0" align="center"></td>
</tr> </tr>
<tr> <tr>
<td height="25" bgcolor="#EDEDED" align="center">로그인 후 모든 정보를 이용하실 수 있습니다.[<a href="<?=$g4[url]?>/<?=$g4[bbs]?>/login.php">바로가기</a>]</td> <td height="25" bgcolor="#EDEDED" align="center">로그인 후 모든 정보를 이용하실 수 있습니다.[<a href="<?=$g4['url']?>/<?=$g4['bbs']?>/login.php">바로가기</a>]</td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?> ?>
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>"> <meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title>회원가입 메일</title> <title>회원가입 메일</title>
</head> </head>
@ -49,7 +49,7 @@ body, th, td, form, input, select, text, textarea, caption { font-size: 12px; fo
<td height="2" bgcolor="#E0E0E0" align="center"></td> <td height="2" bgcolor="#E0E0E0" align="center"></td>
</tr> </tr>
<tr> <tr>
<td height="25" bgcolor="#EDEDED" align="center">관리자화면에서 자세한 내용을 확인하실 수 있습니다.[<a href="<?=$g4[url]?>/<?=$g4[admin]?>/member_form.php?w=u&amp;mb_id=<?=$mb_id?>">바로가기</a>]</td> <td height="25" bgcolor="#EDEDED" align="center">관리자화면에서 자세한 내용을 확인하실 수 있습니다.[<a href="<?=$g4['url']?>/<?=$g4['admin']?>/member_form.php?w=u&amp;mb_id=<?=$mb_id?>">바로가기</a>]</td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?> ?>
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>"> <meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title>인증 메일</title> <title>인증 메일</title>
</head> </head>
@ -53,7 +53,7 @@ body, th, td, form, input, select, text, textarea, caption { font-size: 12px; fo
<td height="2" bgcolor="#E0E0E0" align="center"></td> <td height="2" bgcolor="#E0E0E0" align="center"></td>
</tr> </tr>
<tr> <tr>
<td height="25" bgcolor="#EDEDED" align="center">로그인 후 모든 정보를 이용하실 수 있습니다.[<a href="<?=$g4[url]?>/<?=$g4[bbs]?>/login.php">바로가기</a>]</td> <td height="25" bgcolor="#EDEDED" align="center">로그인 후 모든 정보를 이용하실 수 있습니다.[<a href="<?=$g4['url']?>/<?=$g4['bbs']?>/login.php">바로가기</a>]</td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?> ?>
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>"> <meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title><?=$wr_subject?> 메일</title> <title><?=$wr_subject?> 메일</title>
</head> </head>