XE_*스킨의 write_form.html의 설정이 한글로 고정된 부분과 쪽지 보내기 창의 제목부분을 $lang변수로 변경

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1962 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-19 23:36:37 +00:00
parent d9dc99c577
commit db7dc5571c
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@
<td><div class="member_{$receiver_info->member_srl}">{$receiver_info->nick_name} ({$receiver_info->user_id})</div></td>
</tr>
<tr>
<th scope="row">제 목</th>
<th scope="row">{$lang->title}</th>
<td><input type="text" name="title" id="message_title" class="inputTypeText w300" /></td>
</tr>
</table>