/modules/board/skins/xe_default/view_document.html
87. <!--@if($oDocument->hasUploadedFiles())-->   <dl class="attachedFile">    <dt>{$lang->uploaded_file} :</dt>    {@ $uploaded_list = $oDocument->getUploadedFiles() }    <!--@foreach($uploaded_list as $key => $file)-->    <dd><a href="{getUrl()}{$file->download_url}">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]</span></a></dd>    <!--@end-->   </dl>   <!--@end-->

위에것을 아레것으로....

 

/modules/board/skins/xe_default/view_document.html
87.<!--@if($oDocument->hasUploadedFiles())-->   <dl class="attachedFile">    <dt>{$lang->uploaded_file} :</dt>    {@ $uploaded_list = $oDocument->getUploadedFiles() }    <!--@foreach($uploaded_list as $key => $file)-->    <dd><a href="{getUrl()}{$file->download_url}" target="_blank">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]</span></a></dd>    <!--@end-->   </dl>   <!--@end-->

소스 달라진점

<a href="{getUrl()}{$file->download_url}"> 이것을

<a href="{getUrl()}{$file->download_url}" target="_blank"> 로 변경


배포자 우리아기

현재평점 0 (평가자 수 : 0)
profile
여기에서 행복한 시간 되십시오.