mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
업데이트 저장기록이 없을경우 없다고 알림
This commit is contained in:
parent
301861e35a
commit
16f7a76471
2 changed files with 7 additions and 2 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue