Fix warnings when user is logged out #2680

This commit is contained in:
Kijin Sung 2026-02-27 20:46:49 +09:00
parent 73e153be60
commit 798b0cd1d6
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
<ul class="nc_memu guest">
<li class="nc_profile fLeft">
<block cond="$useProfileImage">
<img cond="!$profileImage" src="{Context::getRequestUri()}modules/ncenterlite/skins/default/img/p.png" alt="my profile" class="nc_profile_img" />
<img cond="empty($profileImage)" src="{Context::getRequestUri()}modules/ncenterlite/skins/default/img/p.png" alt="my profile" class="nc_profile_img" />
</block>
<strong>손님</strong>
</li>