업데이트 저장기록이 없을경우 없다고 알림

This commit is contained in:
BJRambo 2016-02-26 13:54:09 +09:00
parent 301861e35a
commit 16f7a76471
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<include target="_header.html" />
<div class="update-log" loop="$updatelog=>$val">
<div class="update-log" loop="$updatelog=>$val" cond="$updatelog">
<div class="board_read" >
<!-- READ HEADER -->
<div class="read_header">
@ -21,3 +21,7 @@
<!-- /READ BODY -->
</div>
</div>
<div class="update-log" cond="!$updatelog">
{$lang->msg_dont_have_update_log}
</div>