mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
조건문 또잘못쓴거 수정
This commit is contained in:
parent
a743d4e911
commit
b864effa4d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<li class="active"|cond="!$readed || $readed == 'N'">
|
||||
<a href="{getUrl('readed', '')}">안읽은 알림</a>
|
||||
</li>
|
||||
<li class="active"|cond="$readed == 'Y'">
|
||||
<li class="active"|cond="$readed == 'All'">
|
||||
<a href="{getUrl('readed', 'All')}">전체 알림</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue