mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
#288 관리자 페이지에서 관리자가 이미지이름/마크/프로필 사진등을 삭제할 수 있도록 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3487 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
61176c6538
commit
55258ddb54
3 changed files with 39 additions and 19 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue