remove debugPrint()

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9007 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-03 07:55:21 +00:00
parent dfe7b61159
commit 0233fa1f10
2 changed files with 5 additions and 3 deletions

View file

@ -1,8 +1,7 @@
{@debugPrint($filebox_list)}
<p cond="!$filebox_list">등록된 파일이 없습니다.</p>
<ul cond="$filebox_list" class="lined">
<li loop="$filebox_list=>$key,$fileInfo">
<a href="#" class="select"><img class="filebox_item" src="{$fileInfo->filename}" alt="{$fileInfo->comment}" /></a>
<a href="#" class="select"><img class="filebox_item" src="{$fileInfo->filename}" title="{$fileInfo->comment}" /></a>
</li>
</ul>
<div class="pagination" cond="$page_navigation">