묻고답하기
이미지 없음 No image 메세지를 기본이미지파일로 변경
2015.12.17 17:21
이미지 없음 No image 메세지를 기본이미지파일로 변경하였습니다.
content/skins/default/image_title_content.html 에서
<!--@else-->
<span class="imgNone">{$lang->none_image}</span>
<!--@end-->
위부분에서
<img src="표시할 이미지 주소" />
이와 같이 변경 하였는대 이미지는 잘 나오긴 하지만 사이즈가
조금 짤려서 나옵니다. 어느 부분을 수정해줘야 하나요? ㅠㅠ
<ul class="cm_widgetZineA itc">
{@$_idx=0}
<!--@foreach($widget_info->content_items as $key => $item)-->
<li<!--@if($_idx >= $widget_info->list_count)--> style="display:none"<!--@end-->>
<p class="thumbArea" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px; margin-right:-{$widget_info->thumbnail_width}px;">
<a href="{$item->getLink()}" class="thumb" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px" target="_blank"|cond="$widget_info->new_window">
<!--@if($item->getThumbnail())-->
<img src="{$item->getThumbnail()}" style="width:{$widget_info->thumbnail_width}px;height:{$widget_info->thumbnail_height}px" />
<!--@else-->
<span class="imgNone"><img src="img/open.jpg" width=68 height=68></span>
<!--@end-->
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
<strong class="category">{$item->getCategory()}</strong>
<!--@end-->
</a>
</p>