회원스킨/정보수정, 쪽지보내기
This commit is contained in:
@ -22,11 +22,11 @@ if ($me_recv_mb_id)
|
|||||||
$row = sql_fetch(" select me_memo from {$g4[memo_table]} where me_id = '{$me_id}' and (me_recv_mb_id = '{$member[mb_id]}' or me_send_mb_id = '{$member[mb_id]}') ");
|
$row = sql_fetch(" select me_memo from {$g4[memo_table]} where me_id = '{$me_id}' and (me_recv_mb_id = '{$member[mb_id]}' or me_send_mb_id = '{$member[mb_id]}') ");
|
||||||
if ($row[me_memo])
|
if ($row[me_memo])
|
||||||
{
|
{
|
||||||
$content = PHP_EOL.PHP_EOL.PHP_EOL.' >'
|
$content = PHP_EOL.PHP_EOL.PHP_EOL.' >'
|
||||||
.PHP_EOL.' >'
|
.PHP_EOL.' >'
|
||||||
.PHP_EOL.' >'.preg_replace("/\n/", "\n> ", get_text($row[me_memo], 0))
|
.PHP_EOL.' >'.preg_replace("/\n/", "\n> ", get_text($row[me_memo], 0))
|
||||||
.PHP_EOL.' >'
|
.PHP_EOL.' >'
|
||||||
.' >';
|
.' >';
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -321,7 +321,7 @@ else if ($w == 'u')
|
|||||||
mb_9 = '{$mb_9}',
|
mb_9 = '{$mb_9}',
|
||||||
mb_10 = '{$mb_10}'
|
mb_10 = '{$mb_10}'
|
||||||
{$sql_password}
|
{$sql_password}
|
||||||
{$sql_icon}}
|
{$sql_icon}
|
||||||
{$sql_nick_date}
|
{$sql_nick_date}
|
||||||
{$sql_open_date}
|
{$sql_open_date}
|
||||||
{$sql_sex}
|
{$sql_sex}
|
||||||
|
|||||||
@ -2,18 +2,7 @@
|
|||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<table width="600" height="50" border="0" cellpadding="0" cellspacing="0">
|
<h1>쪽지보내기</h1>
|
||||||
<tr>
|
|
||||||
<td align="center" valign="middle" bgcolor="#EBEBEB">
|
|
||||||
<table width="590" height="40" border="0" cellspacing="0" cellpadding="0">
|
|
||||||
<tr>
|
|
||||||
<td width="25" align="center" bgcolor="#FFFFFF" ><img src="<?=$member_skin_path?>/img/icon_01.gif" width="5" height="5"></td>
|
|
||||||
<td width="75" align="left" bgcolor="#FFFFFF" ><font color="#666666"><b><?=$g4[title]?></b></font></td>
|
|
||||||
<td width="490" bgcolor="#FFFFFF" ></td>
|
|
||||||
</tr>
|
|
||||||
</table></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<table width="600" border="0" cellspacing="0" cellpadding="0">
|
<table width="600" border="0" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user