mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
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:
parent
dfe7b61159
commit
0233fa1f10
2 changed files with 5 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue