#288 관리자 페이지에서 관리자가 이미지이름/마크/프로필 사진등을 삭제할 수 있도록 코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3487 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-07 11:56:28 +00:00
parent 61176c6538
commit 55258ddb54
3 changed files with 39 additions and 19 deletions

View file

@ -22,6 +22,12 @@
<th scope="row">{$lang->nick_name}</th>
<td>{htmlspecialchars($member_info->nick_name)}</td>
</tr>
<!--@if($member_info->profile_image->src)-->
<tr>
<th scope="row">{$lang->profile_image}</th>
<td><img src="{$member_info->profile_image->src}" border="0" alt="profile_image" /></td>
</tr>
<!--@end-->
<!--@if($member_info->image_name->src)-->
<tr>
<th scope="row">{$lang->image_name}</th>