묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
텍스타일 프로필이미지 질문
2010.07.06 20:10
<fieldset>
<h4 class="h4">{$lang->profile_image}</h4>
<div class="thumb">
<img src="{$textyle->getProfilePhotoSrc()}" alt="{$lang->no_profile_image}" width="{$profile_image_width}" height="{$profile_image_height}" class="profilePhoto" />
<button type="button" class="deletePhoto" onclick="jQuery('input[name=delete_photo]').val('Y');jQuery('img.profilePhoto').attr('src','{$textyle->getProFileDefaultPhotoSrc()}');"><span>{$lang->cmd_delete}</span></button>
</div>
<div class="upload">
<input name="photo" type="file" id="photo" value="" />
<p>{$lang->allow_profile_image_type}</p>
<p>{sprintf($lang->allow_profile_image_size, $profile_image_width, $profile_image_height)}</p>
</div>
</fieldset>
이런 부분이 있거든요? (ConfigProfile.html 파일)
여기서 '{$profile_image_width}' 부분과 '{$profile_image_height}' 어딨는지 아무리 찾아도 안보입니다.
class="profilePhoto" 이거 따라서 가봐도, 없네요..
도대체 어디에 있는 부분인가요?
'관리자 화면 > 회원관리 > 회원관리 > 기본 설정'의 프로필 사진의 '가로 제한 길이'와 '세로 제한 길이'의 값을 읽어오는 것으로 알고 있습니다.