마크업:관리자>회원추가/수정

This commit is contained in:
whitedot
2012-11-14 18:22:24 +09:00
parent f386386b44
commit a9bbdebec2
2 changed files with 44 additions and 44 deletions

View File

@ -121,7 +121,7 @@ include_once('./admin.head.php');
<tr>
<th scope="row"><label for="mb_icon">회원아이콘</label></th>
<td colspan="3">
<?=help('이미지 크기는 넓이 '.$config['cf_member_icon_width'].'픽셀 높이 '.$config['cf_member_icon_height'].'픽셀로 해주세요.')?>
<?=help('이미지 크기는 넓이 '.$config[cf_member_icon_width].'픽셀 높이 '.$config[cf_member_icon_height].'픽셀로 해주세요.')?>
<input type="file" id="mb_icon" name="mb_icon">
<?
$mb_dir = substr($mb['mb_id'],0,2);